Html Css Color HEX #BBCAB7 Rainee

📋 copy color: '#BBCAB7'

red 187 ◦ green 202 ◦ blue 183

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

Shades of Rainee #BBCAB7

Tints of Rainee #BBCAB7

RGB

 RED value IS 187 (73.44% from 255) = 32.69%

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 183 (71.88% from 255) = 31.99%

R = 32.69%
G = 35.31%
B = 31.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#BBCAB7 (or 0xBBCAB7) is known color: Rainee. HEX triplet: BB, CA and B7. RGB value is (187,202,183). Sum of RGB (Red+Green+Blue) = 187+202+183=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB7 is #443548. Grayscale: #C3C3C3. Windows color (decimal): -4470089 or 12044987. OLE color: 12044987.

HSL color Cylindrical-coordinate representation of color #BBCAB7: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCAB7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 183 -
CMYK 0.07 0 0.09 0.21
HSL 107.37º 0.15% 0.75% -
HSV(B) 107.37º 0.09% 0.79% -
XYZ 50.16 56.22 53.01 -
YUV 195.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 187 202 183 0.07 0 0.09 0.21 107.37 0.15 0.75
Hex BB CA B7 7 0 9 15 6B F 4B
Octal 273 312 267 7 0 11 25 153 17 113
Binary 10111011 11001010 10110111 111 0 1001 10101 1101011 1111 1001011

Color Harmonies of #BBCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAB7

Black with #BBCAB7

Text Example


Text Example

White with #BBCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAB7; }

 p { color: rgb(187,202,183); }

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

background-color css

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

 a { background-color: rgb(187,202,183); }

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

border-color css

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

 span { border-color: rgb(187,202,183); }

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