Html Css Color HEX #B9ECC3 Fringy Flower

📋 copy color: '#B9ECC3'

red 185 ◦ green 236 ◦ blue 195

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

Shades of Fringy Flower #B9ECC3

Tints of Fringy Flower #B9ECC3

RGB

 RED value IS 185 (72.66% from 255) = 30.03%

 GREEN value IS 236 (92.58% from 255) = 38.31%

 BLUE value IS 195 (76.56% from 255) = 31.66%

R = 30.03%
G = 38.31%
B = 31.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B9ECC3 (or 0xB9ECC3) is known color: Fringy Flower. HEX triplet: B9, EC and C3. RGB value is (185,236,195). Sum of RGB (Red+Green+Blue) = 185+236+195=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECC3 is #46133C. Grayscale: #D8D8D8. Windows color (decimal): -4592445 or 12840121. OLE color: 12840121.

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

Color convert

RGB 185 236 195 -
CMYK 0.22 0 0.17 0.07
HSL 131.76º 0.57% 0.83% -
HSV(B) 131.76º 0.22% 0.93% -
XYZ 59.85 74.25 62.81 -
YUV 216.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 185 236 195 0.22 0 0.17 0.07 131.76 0.57 0.83
Hex B9 EC C3 16 0 11 7 84 39 53
Octal 271 354 303 26 0 21 7 204 71 123
Binary 10111001 11101100 11000011 10110 0 10001 111 10000100 111001 1010011

Color Harmonies of #B9ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECC3

Black with #B9ECC3

Text Example


Text Example

White with #B9ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECC3; }

 p { color: rgb(185,236,195); }

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

background-color css

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

 a { background-color: rgb(185,236,195); }

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

border-color css

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

 span { border-color: rgb(185,236,195); }

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