Html Css Color HEX #B9CCB4 Rainee

📋 copy color: '#B9CCB4'

red 185 ◦ green 204 ◦ blue 180

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

Shades of Rainee #B9CCB4

Tints of Rainee #B9CCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 180 (70.7% from 255) = 31.63%

R = 32.51%
G = 35.85%
B = 31.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#B9CCB4 (or 0xB9CCB4) is known color: Rainee. HEX triplet: B9, CC and B4. RGB value is (185,204,180). Sum of RGB (Red+Green+Blue) = 185+204+180=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCB4 is #46334B. Grayscale: #C3C3C3. Windows color (decimal): -4600652 or 11848889. OLE color: 11848889.

HSL color Cylindrical-coordinate representation of color #B9CCB4: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CCB4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 180 -
CMYK 0.09 0 0.12 0.2
HSL 107.5º 0.19% 0.75% -
HSV(B) 107.5º 0.12% 0.8% -
XYZ 49.84 56.8 51.52 -
YUV 195.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 185 204 180 0.09 0 0.12 0.2 107.5 0.19 0.75
Hex B9 CC B4 9 0 C 14 6C 13 4B
Octal 271 314 264 11 0 14 24 154 23 113
Binary 10111001 11001100 10110100 1001 0 1100 10100 1101100 10011 1001011

Color Harmonies of #B9CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCB4

Black with #B9CCB4

Text Example


Text Example

White with #B9CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCB4; }

 p { color: rgb(185,204,180); }

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

background-color css

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

 a { background-color: rgb(185,204,180); }

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

border-color css

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

 span { border-color: rgb(185,204,180); }

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