#BBCCC3

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

Shades of Nebula #BBCCC3

Tints of Nebula #BBCCC3

Color information

#BBCCC3 (or 0xBBCCC3) is unknown color: approx Nebula. HEX triplet: BB, CC and C3. RGB value is (187,204,195). Sum of RGB (Red+Green+Blue) = 187+204+195=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC3 is #44333C. Grayscale: #C5C5C5. Windows color (decimal): -4469565 or 12831931. OLE color: 12831931.

HSL color Cylindrical-coordinate representation of color #BBCCC3: hue angle of 148.24º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB187204195-
CMYK0.0800.040.2
HSL148.24º14.29%76.67%-
HSV(B)148.24º8.33%80%-
XYZ51.9457.6960.03-
YUV197.89126.37120.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=31.91%
G=34.81%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041950.0800.040.2148.2414.2976.67
HexBBCCC38041494e4d
Octal27331430310042422416115
Binary10111011110011001100001110000100101001001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC3; }

 p { color: rgb(187,204,195); }

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

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

 a { background-color: rgb(187,204,195); }

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

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

 span { border-color: rgb(187,204,195); }

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