Html Css Color HEX #B9E0BC Fringy Flower

📋 copy color: '#B9E0BC'

red 185 ◦ green 224 ◦ blue 188

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

Shades of Fringy Flower #B9E0BC

Tints of Fringy Flower #B9E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

 BLUE value IS 188 (73.83% from 255) = 31.49%

R = 30.99%
G = 37.52%
B = 31.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#B9E0BC (or 0xB9E0BC) is known color: Fringy Flower. HEX triplet: B9, E0 and BC. RGB value is (185,224,188). Sum of RGB (Red+Green+Blue) = 185+224+188=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0BC is #461F43. Grayscale: #D0D0D0. Windows color (decimal): -4595524 or 12378297. OLE color: 12378297.

HSL color Cylindrical-coordinate representation of color #B9E0BC: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0BC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 188 -
CMYK 0.17 0 0.16 0.12
HSL 124.62º 0.39% 0.8% -
HSV(B) 124.62º 0.17% 0.88% -
XYZ 55.74 67.26 57.62 -
YUV 208.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 185 224 188 0.17 0 0.16 0.12 124.62 0.39 0.8
Hex B9 E0 BC 11 0 10 C 7D 27 50
Octal 271 340 274 21 0 20 14 175 47 120
Binary 10111001 11100000 10111100 10001 0 10000 1100 1111101 100111 1010000

Color Harmonies of #B9E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E0BC

Black with #B9E0BC

Text Example


Text Example

White with #B9E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E0BC; }

 p { color: rgb(185,224,188); }

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

background-color css

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

 a { background-color: rgb(185,224,188); }

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

border-color css

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

 span { border-color: rgb(185,224,188); }

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