Html Css Color HEX #B7EDC4 Fringy Flower

📋 copy color: '#B7EDC4'

red 183 ◦ green 237 ◦ blue 196

#B7EDC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #B7EDC4

Tints of Fringy Flower #B7EDC4

RGB

 RED value IS 183 (71.88% from 255) = 29.71%

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 196 (76.95% from 255) = 31.82%

R = 29.71%
G = 38.47%
B = 31.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7EDC4 (or 0xB7EDC4) is known color: Fringy Flower. HEX triplet: B7, ED and C4. RGB value is (183,237,196). Sum of RGB (Red+Green+Blue) = 183+237+196=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDC4 is #48123B. Grayscale: #D8D8D8. Windows color (decimal): -4723260 or 12905911. OLE color: 12905911.

HSL color Cylindrical-coordinate representation of color #B7EDC4: hue angle of 134.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDC4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 237 196 -
CMYK 0.23 0 0.17 0.07
HSL 134.44º 0.6% 0.82% -
HSV(B) 134.44º 0.23% 0.93% -
XYZ 59.78 74.62 63.48 -
YUV 216.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 183 237 196 0.23 0 0.17 0.07 134.44 0.6 0.82
Hex B7 ED C4 17 0 11 7 86 3C 52
Octal 267 355 304 27 0 21 7 206 74 122
Binary 10110111 11101101 11000100 10111 0 10001 111 10000110 111100 1010010

Color Harmonies of #B7EDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EDC4

Black with #B7EDC4

Text Example


Text Example

White with #B7EDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EDC4; }

 p { color: rgb(183,237,196); }

 H1.HeaderClassName
 {
   color: #B7EDC4;
 }
 .AnyTagClassName
 {
   color: #B7EDC4;
 }
</style>

background-color css

<style>
 a { background-color: #B7EDC4; }

 a { background-color: rgb(183,237,196); }

 div.DivClassName
 {
   background-color: #B7EDC4;
 }
 .BgClassName
 {
   background-color: #B7EDC4;
 }
</style>

border-color css

<style>
 span { border-color: #B7EDC4; }

 span { border-color: rgb(183,237,196); }

 td.TdClassName
 {
   border-color: #B7EDC4;
 }
 .TagClassName
 {
   border-color: #B7EDC4;
 }
</style>