#BED5DA

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

Shades of Light Blue #BED5DA

Tints of Light Blue #BED5DA

Color information

#BED5DA (or 0xBED5DA) is unknown color: approx Light Blue. HEX triplet: BE, D5 and DA. RGB value is (190,213,218). Sum of RGB (Red+Green+Blue) = 190+213+218=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #BED5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5DA is #412A25. Grayscale: #CECECE. Windows color (decimal): -4270630 or 14341566. OLE color: 14341566.

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

Color convert

RGB190213218-
CMYK0.130.0200.15
HSL190.71º27.45%80%-
HSV(B)190.71º12.84%85.49%-
XYZ57.6863.675.56-
YUV206.69134.38116.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=30.60%
G=34.30%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902132180.130.0200.15190.7127.4580
HexBED5DAD20Fbf1b50
Octal27632533215201727733120
Binary1011111011010101110110101101100111110111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5DA; }

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

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

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

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

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

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

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

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