Html Css Color HEX #BBC1B9 Rainee

📋 copy color: '#BBC1B9'

red 187 ◦ green 193 ◦ blue 185

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

Shades of Rainee #BBC1B9

Tints of Rainee #BBC1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 33.1%
G = 34.16%
B = 32.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#BBC1B9 (or 0xBBC1B9) is known color: Rainee. HEX triplet: BB, C1 and B9. RGB value is (187,193,185). Sum of RGB (Red+Green+Blue) = 187+193+185=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B9 is #443E46. Grayscale: #BEBEBE. Windows color (decimal): -4472391 or 12173755. OLE color: 12173755.

HSL color Cylindrical-coordinate representation of color #BBC1B9: hue angle of 105º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC1B9 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 185 -
CMYK 0.03 0 0.04 0.24
HSL 105º 0.06% 0.74% -
HSV(B) 105º 0.04% 0.76% -
XYZ 48.32 52.21 53.43 -
YUV 190.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 187 193 185 0.03 0 0.04 0.24 105 0.06 0.74
Hex BB C1 B9 3 0 4 18 69 6 4A
Octal 273 301 271 3 0 4 30 151 6 112
Binary 10111011 11000001 10111001 11 0 100 11000 1101001 110 1001010

Color Harmonies of #BBC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1B9

Black with #BBC1B9

Text Example


Text Example

White with #BBC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1B9; }

 p { color: rgb(187,193,185); }

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

background-color css

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

 a { background-color: rgb(187,193,185); }

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

border-color css

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

 span { border-color: rgb(187,193,185); }

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