#BDCDC4

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

Shades of Nebula #BDCDC4

Tints of Nebula #BDCDC4

Color information

#BDCDC4 (or 0xBDCDC4) is unknown color: approx Nebula. HEX triplet: BD, CD and C4. RGB value is (189,205,196). Sum of RGB (Red+Green+Blue) = 189+205+196=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC4 is #42323B. Grayscale: #C7C7C7. Windows color (decimal): -4338236 or 12897725. OLE color: 12897725.

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

Color convert

RGB189205196-
CMYK0.0800.040.20
HSL146.25º13.79%77.25%-
HSV(B)146.25º7.8%80.39%-
XYZ52.7858.4760.73-
YUV199.19126.2120.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 196 (76.95% from 255) = 33.22%
R=32.03%
G=34.75%
B=33.22%

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
Decimal1892051960.0800.040.20146.2513.7977.25
HexBDCDC48041492e4d
Octal27531530410042422216115
Binary10111101110011011100010010000100101001001001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC4; }

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

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

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

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

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

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

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

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