#BED2DC

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

Shades of Light Blue #BED2DC

Tints of Light Blue #BED2DC

Color information

#BED2DC (or 0xBED2DC) is unknown color: approx Light Blue. HEX triplet: BE, D2 and DC. RGB value is (190,210,220). Sum of RGB (Red+Green+Blue) = 190+210+220=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DC is #412D23. Grayscale: #CDCDCD. Windows color (decimal): -4271396 or 14471870. OLE color: 14471870.

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

Color convert

RGB190210220-
CMYK0.140.0500.14
HSL200º30%80.39%-
HSV(B)200º13.64%86.27%-
XYZ57.262.2176.7-
YUV205.16136.37117.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=30.65%
G=33.87%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902102200.140.0500.142003080.39
HexBED2DCE50Ec81e50
Octal27632233416501631036120
Binary10111110110100101101110011101010111011001000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2DC; }

 p { color: rgb(190,210,220); }

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

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

 a { background-color: rgb(190,210,220); }

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

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

 span { border-color: rgb(190,210,220); }

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