#BDCDC3

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

Shades of Nebula #BDCDC3

Tints of Nebula #BDCDC3

Color information

#BDCDC3 (or 0xBDCDC3) is unknown color: approx Nebula. HEX triplet: BD, CD and C3. RGB value is (189,205,195). Sum of RGB (Red+Green+Blue) = 189+205+195=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC3 is #42323C. Grayscale: #C7C7C7. Windows color (decimal): -4338237 or 12832189. OLE color: 12832189.

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

Color convert

RGB189205195-
CMYK0.0800.050.20
HSL142.5º13.79%77.25%-
HSV(B)142.5º7.8%80.39%-
XYZ52.6758.4260.13-
YUV199.08125.7120.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=32.09%
G=34.80%
B=33.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051950.0800.050.20142.513.7977.25
HexBDCDC3805148ee4d
Octal27531530310052421616115
Binary10111101110011011100001110000101101001000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC3; }

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

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

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

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

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

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

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

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