#BBCEC1

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

Shades of Nebula #BBCEC1

Tints of Nebula #BBCEC1

Color information

#BBCEC1 (or 0xBBCEC1) is unknown color: approx Nebula. HEX triplet: BB, CE and C1. RGB value is (187,206,193). Sum of RGB (Red+Green+Blue) = 187+206+193=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC1 is #44313E. Grayscale: #C6C6C6. Windows color (decimal): -4469055 or 12701371. OLE color: 12701371.

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

Color convert

RGB187206193-
CMYK0.0900.060.19
HSL138.95º16.24%77.06%-
HSV(B)138.95º9.22%80.78%-
XYZ52.1958.5659-
YUV198.84124.71119.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=31.91%
G=35.15%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061930.0900.060.19138.9516.2477.06
HexBBCEC1906138b104d
Octal27331630111062321320115
Binary101110111100111011000001100101101001110001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC1; }

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

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

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

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

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

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

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

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