#BED4DC

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

Shades of Light Blue #BED4DC

Tints of Light Blue #BED4DC

Color information

#BED4DC (or 0xBED4DC) is unknown color: approx Light Blue. HEX triplet: BE, D4 and DC. RGB value is (190,212,220). Sum of RGB (Red+Green+Blue) = 190+212+220=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DC is #412B23. Grayscale: #CECECE. Windows color (decimal): -4270884 or 14472382. OLE color: 14472382.

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

Color convert

RGB190212220-
CMYK0.140.0400.14
HSL196º30%80.39%-
HSV(B)196º13.64%86.27%-
XYZ57.763.276.87-
YUV206.33135.71116.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=30.55%
G=34.08%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902122200.140.0400.141963080.39
HexBED4DCE40Ec41e50
Octal27632433416401630436120
Binary10111110110101001101110011101000111011000100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4DC; }

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

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

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

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

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

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

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

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