#BDD0C4

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

Shades of Nebula #BDD0C4

Tints of Nebula #BDD0C4

Color information

#BDD0C4 (or 0xBDD0C4) is unknown color: approx Nebula. HEX triplet: BD, D0 and C4. RGB value is (189,208,196). Sum of RGB (Red+Green+Blue) = 189+208+196=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C4 is #422F3B. Grayscale: #C8C8C8. Windows color (decimal): -4337468 or 12898493. OLE color: 12898493.

HSL color Cylindrical-coordinate representation of color #BDD0C4: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB189208196-
CMYK0.0900.060.18
HSL142.11º16.81%77.84%-
HSV(B)142.11º9.13%81.57%-
XYZ53.5159.9260.97-
YUV200.95125.21119.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 208 (81.64% from 255) = 35.08%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=31.87%
G=35.08%
B=33.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081960.0900.060.18142.1116.8177.84
HexBDD0C4906128e114e
Octal27532030411062221621116
Binary101111011101000011000100100101101001010001110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0C4; }

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

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

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

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

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

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

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

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