#BED4E1

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

Shades of Light Blue #BED4E1

Tints of Light Blue #BED4E1

Color information

#BED4E1 (or 0xBED4E1) is unknown color: approx Light Blue. HEX triplet: BE, D4 and E1. RGB value is (190,212,225). Sum of RGB (Red+Green+Blue) = 190+212+225=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4E1 is #412B1E. Grayscale: #CECECE. Windows color (decimal): -4270879 or 14800062. OLE color: 14800062.

HSL color Cylindrical-coordinate representation of color #BED4E1: hue angle of 202.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED4E1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190212225-
CMYK0.160.0600.12
HSL202.29º36.84%81.37%-
HSV(B)202.29º15.56%88.24%-
XYZ58.3763.4780.41-
YUV206.9138.21115.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 225 (88.28% from 255) = 35.89%
R=30.30%
G=33.81%
B=35.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902122250.160.0600.12202.2936.8481.37
HexBED4E11060Cca2551
Octal27632434120601431245121
Binary1011111011010100111000011000011001100110010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4E1; }

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

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

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

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

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

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

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

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