#BED6E6

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

Shades of Light Blue #BED6E6

Tints of Light Blue #BED6E6

Color information

#BED6E6 (or 0xBED6E6) is unknown color: approx Light Blue. HEX triplet: BE, D6 and E6. RGB value is (190,214,230). Sum of RGB (Red+Green+Blue) = 190+214+230=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BED6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6E6 is #412919. Grayscale: #D0D0D0. Windows color (decimal): -4270362 or 15128254. OLE color: 15128254.

HSL color Cylindrical-coordinate representation of color #BED6E6: hue angle of 204º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED6E6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190214230-
CMYK0.170.0700.10
HSL204º44.44%82.35%-
HSV(B)204º17.39%90.2%-
XYZ59.5664.7584.22-
YUV208.65140.05114.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=29.97%
G=33.75%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902142300.170.0700.1020444.4482.35
HexBED6E61170Acc2c52
Octal27632634621701231454122
Binary1011111011010110111001101000111101010110011001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6E6; }

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

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

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

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

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

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

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

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