#BBCFC3

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

Shades of Nebula #BBCFC3

Tints of Nebula #BBCFC3

Color information

#BBCFC3 (or 0xBBCFC3) is unknown color: approx Nebula. HEX triplet: BB, CF and C3. RGB value is (187,207,195). Sum of RGB (Red+Green+Blue) = 187+207+195=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC3 is #44303C. Grayscale: #C7C7C7. Windows color (decimal): -4468797 or 12832699. OLE color: 12832699.

HSL color Cylindrical-coordinate representation of color #BBCFC3: hue angle of 144º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFC3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB187207195-
CMYK0.1000.060.19
HSL144º17.24%77.25%-
HSV(B)144º9.66%81.18%-
XYZ52.6659.1360.27-
YUV199.65125.37118.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=31.75%
G=35.14%
B=33.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071950.1000.060.1914417.2477.25
HexBBCFC3A061390114d
Octal27331730312062322021115
Binary101110111100111111000011101001101001110010000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFC3; }

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

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

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

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

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

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

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

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