#BED5DC

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

Shades of Light Blue #BED5DC

Tints of Light Blue #BED5DC

Color information

#BED5DC (or 0xBED5DC) is unknown color: approx Light Blue. HEX triplet: BE, D5 and DC. RGB value is (190,213,220). Sum of RGB (Red+Green+Blue) = 190+213+220=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5DC is #412A23. Grayscale: #CECECE. Windows color (decimal): -4270628 or 14472638. OLE color: 14472638.

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

Color convert

RGB190213220-
CMYK0.140.0300.14
HSL194º30%80.39%-
HSV(B)194º13.64%86.27%-
XYZ57.9563.776.95-
YUV206.92135.38115.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=30.50%
G=34.19%
B=35.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902132200.140.0300.141943080.39
HexBED5DCE30Ec21e50
Octal27632533416301630236120
Binary1011111011010101110111001110110111011000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5DC; }

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

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

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

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

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

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

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

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