Html Css Color HEX #B9CCB3 Rainee

📋 copy color: '#B9CCB3'

red 185 ◦ green 204 ◦ blue 179

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

Shades of Rainee #B9CCB3

Tints of Rainee #B9CCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 32.57%
G = 35.92%
B = 31.51%

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

#B9CCB3 (or 0xB9CCB3) is known color: Rainee. HEX triplet: B9, CC and B3. RGB value is (185,204,179). Sum of RGB (Red+Green+Blue) = 185+204+179=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCB3 is #46334C. Grayscale: #C3C3C3. Windows color (decimal): -4600653 or 11783353. OLE color: 11783353.

HSL color Cylindrical-coordinate representation of color #B9CCB3: hue angle of 105.6º degrees, saturation: 0.2, 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 #B9CCB3 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 179 -
CMYK 0.09 0 0.12 0.2
HSL 105.6º 0.2% 0.75% -
HSV(B) 105.6º 0.12% 0.8% -
XYZ 49.74 56.75 50.98 -
YUV 195.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 185 204 179 0.09 0 0.12 0.2 105.6 0.2 0.75
Hex B9 CC B3 9 0 C 14 6A 14 4B
Octal 271 314 263 11 0 14 24 152 24 113
Binary 10111001 11001100 10110011 1001 0 1100 10100 1101010 10100 1001011

Color Harmonies of #B9CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCB3

Black with #B9CCB3

Text Example


Text Example

White with #B9CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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