#BED6E4

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

Shades of Light Blue #BED6E4

Tints of Light Blue #BED6E4

Color information

#BED6E4 (or 0xBED6E4) is unknown color: approx Light Blue. HEX triplet: BE, D6 and E4. RGB value is (190,214,228). Sum of RGB (Red+Green+Blue) = 190+214+228=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #BED6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6E4 is #41291B. Grayscale: #D0D0D0. Windows color (decimal): -4270364 or 14997182. OLE color: 14997182.

HSL color Cylindrical-coordinate representation of color #BED6E4: hue angle of 202.11º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED6E4 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190214228-
CMYK0.170.0600.11
HSL202.11º41.3%81.96%-
HSV(B)202.11º16.67%89.41%-
XYZ59.2964.6482.75-
YUV208.42139.05114.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=30.06%
G=33.86%
B=36.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902142280.170.0600.11202.1141.381.96
HexBED6E41160Bca2952
Octal27632634421601331251122
Binary1011111011010110111001001000111001011110010101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6E4; }

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

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

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

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

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

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

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

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