#BED6E1

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

Shades of Light Blue #BED6E1

Tints of Light Blue #BED6E1

Color information

#BED6E1 (or 0xBED6E1) is unknown color: approx Light Blue. HEX triplet: BE, D6 and E1. RGB value is (190,214,225). Sum of RGB (Red+Green+Blue) = 190+214+225=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6E1 is #41291E. Grayscale: #D0D0D0. Windows color (decimal): -4270367 or 14800574. OLE color: 14800574.

HSL color Cylindrical-coordinate representation of color #BED6E1: hue angle of 198.86º 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 #BED6E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190214225-
CMYK0.160.0500.12
HSL198.86º36.84%81.37%-
HSV(B)198.86º15.56%88.24%-
XYZ58.8764.4880.58-
YUV208.08137.55115.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=30.21%
G=34.02%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902142250.160.0500.12198.8636.8481.37
HexBED6E11050Cc72551
Octal27632634120501430745121
Binary1011111011010110111000011000010101100110001111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6E1; }

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

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

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

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

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

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

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

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