#BED6DB

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

Shades of Powder Blue #BED6DB

Tints of Powder Blue #BED6DB

Color information

#BED6DB (or 0xBED6DB) is unknown color: approx Powder Blue. HEX triplet: BE, D6 and DB. RGB value is (190,214,219). Sum of RGB (Red+Green+Blue) = 190+214+219=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DB is #412924. Grayscale: #CFCFCF. Windows color (decimal): -4270373 or 14407358. OLE color: 14407358.

HSL color Cylindrical-coordinate representation of color #BED6DB: hue angle of 190.34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED6DB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190214219-
CMYK0.130.0200.14
HSL190.34º28.71%80.2%-
HSV(B)190.34º13.24%85.88%-
XYZ58.0764.1576.34-
YUV207.39134.55115.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=30.50%
G=34.35%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902142190.130.0200.14190.3428.7180.2
HexBED6DBD20Ebe1d50
Octal27632633315201627635120
Binary1011111011010110110110111101100111010111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6DB; }

 p { color: rgb(190,214,219); }

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

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

 a { background-color: rgb(190,214,219); }

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

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

 span { border-color: rgb(190,214,219); }

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