Html Css Color HEX #BCC0BB Rainee

📋 copy color: '#BCC0BB'

red 188 ◦ green 192 ◦ blue 187

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

Shades of Rainee #BCC0BB

Tints of Rainee #BCC0BB

RGB

 RED value IS 188 (73.83% from 255) = 33.16%

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 33.16%
G = 33.86%
B = 32.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BCC0BB (or 0xBCC0BB) is known color: Rainee. HEX triplet: BC, C0 and BB. RGB value is (188,192,187). Sum of RGB (Red+Green+Blue) = 188+192+187=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0BB is #433F44. Grayscale: #BEBEBE. Windows color (decimal): -4407109 or 12304572. OLE color: 12304572.

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

Color convert

RGB 188 192 187 -
CMYK 0.02 0 0.03 0.25
HSL 108º 0.04% 0.74% -
HSV(B) 108º 0.03% 0.75% -
XYZ 48.56 51.98 54.49 -
YUV 190.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 188 192 187 0.02 0 0.03 0.25 108 0.04 0.74
Hex BC C0 BB 2 0 3 19 6C 4 4A
Octal 274 300 273 2 0 3 31 154 4 112
Binary 10111100 11000000 10111011 10 0 11 11001 1101100 100 1001010

Color Harmonies of #BCC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0BB

Black with #BCC0BB

Text Example


Text Example

White with #BCC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0BB; }

 p { color: rgb(188,192,187); }

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

background-color css

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

 a { background-color: rgb(188,192,187); }

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

border-color css

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

 span { border-color: rgb(188,192,187); }

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