#BBCCC1

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

Shades of Nebula #BBCCC1

Tints of Nebula #BBCCC1

Color information

#BBCCC1 (or 0xBBCCC1) is unknown color: approx Nebula. HEX triplet: BB, CC and C1. RGB value is (187,204,193). Sum of RGB (Red+Green+Blue) = 187+204+193=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC1 is #44333E. Grayscale: #C5C5C5. Windows color (decimal): -4469567 or 12700859. OLE color: 12700859.

HSL color Cylindrical-coordinate representation of color #BBCCC1: hue angle of 141.18º 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 #BBCCC1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB187204193-
CMYK0.0800.050.2
HSL141.18º14.29%76.67%-
HSV(B)141.18º8.33%80%-
XYZ51.7157.658.84-
YUV197.66125.37120.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=32.02%
G=34.93%
B=33.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041930.0800.050.2141.1814.2976.67
HexBBCCC1805148de4d
Octal27331430110052421516115
Binary10111011110011001100000110000101101001000110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC1; }

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

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

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

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

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

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

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

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