#BCCDC4

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

Shades of Nebula #BCCDC4

Tints of Nebula #BCCDC4

Color information

#BCCDC4 (or 0xBCCDC4) is unknown color: approx Nebula. HEX triplet: BC, CD and C4. RGB value is (188,205,196). Sum of RGB (Red+Green+Blue) = 188+205+196=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC4 is #43323B. Grayscale: #C6C6C6. Windows color (decimal): -4403772 or 12897724. OLE color: 12897724.

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

Color convert

RGB188205196-
CMYK0.0800.040.20
HSL148.24º14.53%77.06%-
HSV(B)148.24º8.29%80.39%-
XYZ52.5358.3460.72-
YUV198.89126.37120.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=31.92%
G=34.80%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051960.0800.040.20148.2414.5377.06
HexBCCDC48041494f4d
Octal27431530410042422417115
Binary10111100110011011100010010000100101001001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDC4; }

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

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

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

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

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

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

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

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