Html Css Color HEX #B9E9C2 Fringy Flower

📋 copy color: '#B9E9C2'

red 185 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #B9E9C2

Tints of Fringy Flower #B9E9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 194 (76.17% from 255) = 31.7%

R = 30.23%
G = 38.07%
B = 31.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#B9E9C2 (or 0xB9E9C2) is known color: Fringy Flower. HEX triplet: B9, E9 and C2. RGB value is (185,233,194). Sum of RGB (Red+Green+Blue) = 185+233+194=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9C2 is #46163D. Grayscale: #D6D6D6. Windows color (decimal): -4593214 or 12773817. OLE color: 12773817.

HSL color Cylindrical-coordinate representation of color #B9E9C2: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9C2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 194 -
CMYK 0.21 0 0.17 0.09
HSL 131.25º 0.52% 0.82% -
HSV(B) 131.25º 0.21% 0.91% -
XYZ 58.88 72.49 61.93 -
YUV 214.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 185 233 194 0.21 0 0.17 0.09 131.25 0.52 0.82
Hex B9 E9 C2 15 0 11 9 83 34 52
Octal 271 351 302 25 0 21 11 203 64 122
Binary 10111001 11101001 11000010 10101 0 10001 1001 10000011 110100 1010010

Color Harmonies of #B9E9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9C2

Black with #B9E9C2

Text Example


Text Example

White with #B9E9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9C2; }

 p { color: rgb(185,233,194); }

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

background-color css

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

 a { background-color: rgb(185,233,194); }

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

border-color css

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

 span { border-color: rgb(185,233,194); }

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