#BDCCC3

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

Shades of Nebula #BDCCC3

Tints of Nebula #BDCCC3

Color information

#BDCCC3 (or 0xBDCCC3) is unknown color: approx Nebula. HEX triplet: BD, CC and C3. RGB value is (189,204,195). Sum of RGB (Red+Green+Blue) = 189+204+195=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC3 is #42333C. Grayscale: #C6C6C6. Windows color (decimal): -4338493 or 12831933. OLE color: 12831933.

HSL color Cylindrical-coordinate representation of color #BDCCC3: hue angle of 144º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB189204195-
CMYK0.0700.040.2
HSL144º12.82%77.06%-
HSV(B)144º7.35%80%-
XYZ52.4357.9460.05-
YUV198.49126.03121.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=32.14%
G=34.69%
B=33.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041950.0700.040.214412.8277.06
HexBDCCC37041490d4d
Octal2753143037042422015115
Binary1011110111001100110000111110100101001001000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCC3; }

 p { color: rgb(189,204,195); }

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

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

 a { background-color: rgb(189,204,195); }

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

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

 span { border-color: rgb(189,204,195); }

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