#BBC8C0

Color #BBC8C0 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #BBC8C0

Tints of Nebula #BBC8C0

Color information

#BBC8C0 (or 0xBBC8C0) is unknown color: approx Nebula. HEX triplet: BB, C8 and C0. RGB value is (187,200,192). Sum of RGB (Red+Green+Blue) = 187+200+192=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C0 is #44373F. Grayscale: #C3C3C3. Windows color (decimal): -4470592 or 12634299. OLE color: 12634299.

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

Color convert

RGB187200192-
CMYK0.0600.040.22
HSL143.08º10.57%75.88%-
HSV(B)143.08º6.5%78.43%-
XYZ50.6655.6857.95-
YUV195.2126.19122.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=32.30%
G=34.54%
B=33.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001920.0600.040.22143.0810.5775.88
HexBBC8C0604168fb4c
Octal2733103006042621713114
Binary1011101111001000110000001100100101101000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8C0; }

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

 H1.HeaderClassName
 {
   color: #BBC8C0;
 }
 .AnyTagClassName
 {
   color: #BBC8C0;
 }
</style>
background-color css

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

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

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

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

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

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