Html Css Color HEX #BBC5BA Rainee

📋 copy color: '#BBC5BA'

red 187 ◦ green 197 ◦ blue 186

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

Shades of Rainee #BBC5BA

Tints of Rainee #BBC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.56%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 32.81%
G = 34.56%
B = 32.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BBC5BA (or 0xBBC5BA) is known color: Rainee. HEX triplet: BB, C5 and BA. RGB value is (187,197,186). Sum of RGB (Red+Green+Blue) = 187+197+186=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5BA is #443A45. Grayscale: #C0C0C0. Windows color (decimal): -4471366 or 12240315. OLE color: 12240315.

HSL color Cylindrical-coordinate representation of color #BBC5BA: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC5BA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 186 -
CMYK 0.05 0 0.06 0.23
HSL 114.55º 0.09% 0.75% -
HSV(B) 114.55º 0.06% 0.77% -
XYZ 49.32 54.04 54.29 -
YUV 192.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 187 197 186 0.05 0 0.06 0.23 114.55 0.09 0.75
Hex BB C5 BA 5 0 6 17 73 9 4B
Octal 273 305 272 5 0 6 27 163 11 113
Binary 10111011 11000101 10111010 101 0 110 10111 1110011 1001 1001011

Color Harmonies of #BBC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5BA

Black with #BBC5BA

Text Example


Text Example

White with #BBC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5BA; }

 p { color: rgb(187,197,186); }

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

background-color css

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

 a { background-color: rgb(187,197,186); }

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

border-color css

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

 span { border-color: rgb(187,197,186); }

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