#BBCDC4

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

Shades of Nebula #BBCDC4

Tints of Nebula #BBCDC4

Color information

#BBCDC4 (or 0xBBCDC4) is unknown color: approx Nebula. HEX triplet: BB, CD and C4. RGB value is (187,205,196). Sum of RGB (Red+Green+Blue) = 187+205+196=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC4 is #44323B. Grayscale: #C6C6C6. Windows color (decimal): -4469308 or 12897723. OLE color: 12897723.

HSL color Cylindrical-coordinate representation of color #BBCDC4: hue angle of 150º 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 #BBCDC4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB187205196-
CMYK0.0900.040.20
HSL150º15.25%76.86%-
HSV(B)150º8.78%80.39%-
XYZ52.2958.2160.7-
YUV198.59126.54119.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=31.80%
G=34.86%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051960.0900.040.2015015.2576.86
HexBBCDC49041496f4d
Octal27331530411042422617115
Binary10111011110011011100010010010100101001001011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDC4; }

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

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

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

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

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

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

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

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