Html Css Color HEX #B9CEB4 Rainee

📋 copy color: '#B9CEB4'

red 185 ◦ green 206 ◦ blue 180

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

Shades of Rainee #B9CEB4

Tints of Rainee #B9CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

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

R = 32.4%
G = 36.08%
B = 31.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B9CEB4 (or 0xB9CEB4) is known color: Rainee. HEX triplet: B9, CE and B4. RGB value is (185,206,180). Sum of RGB (Red+Green+Blue) = 185+206+180=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEB4 is #46314B. Grayscale: #C4C4C4. Windows color (decimal): -4600140 or 11849401. OLE color: 11849401.

HSL color Cylindrical-coordinate representation of color #B9CEB4: hue angle of 108.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CEB4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 180 -
CMYK 0.10 0 0.13 0.19
HSL 108.46º 0.21% 0.76% -
HSV(B) 108.46º 0.13% 0.81% -
XYZ 50.32 57.75 51.68 -
YUV 196.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 185 206 180 0.10 0 0.13 0.19 108.46 0.21 0.76
Hex B9 CE B4 A 0 D 13 6C 15 4C
Octal 271 316 264 12 0 15 23 154 25 114
Binary 10111001 11001110 10110100 1010 0 1101 10011 1101100 10101 1001100

Color Harmonies of #B9CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEB4

Black with #B9CEB4

Text Example


Text Example

White with #B9CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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