#BBCDC1

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

Shades of Nebula #BBCDC1

Tints of Nebula #BBCDC1

Color information

#BBCDC1 (or 0xBBCDC1) is unknown color: approx Nebula. HEX triplet: BB, CD and C1. RGB value is (187,205,193). Sum of RGB (Red+Green+Blue) = 187+205+193=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC1 is #44323E. Grayscale: #C6C6C6. Windows color (decimal): -4469311 or 12701115. OLE color: 12701115.

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

Color convert

RGB187205193-
CMYK0.0900.060.20
HSL140º15.25%76.86%-
HSV(B)140º8.78%80.39%-
XYZ51.9558.0858.92-
YUV198.25125.04119.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=31.97%
G=35.04%
B=32.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051930.0900.060.2014015.2576.86
HexBBCDC1906148cf4d
Octal27331530111062421417115
Binary10111011110011011100000110010110101001000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC1; }

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

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

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

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

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

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

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

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