#BED8E1

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

Shades of Light Blue #BED8E1

Tints of Light Blue #BED8E1

Color information

#BED8E1 (or 0xBED8E1) is unknown color: approx Light Blue. HEX triplet: BE, D8 and E1. RGB value is (190,216,225). Sum of RGB (Red+Green+Blue) = 190+216+225=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8E1 is #41271E. Grayscale: #D1D1D1. Windows color (decimal): -4269855 or 14801086. OLE color: 14801086.

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

Color convert

RGB190216225-
CMYK0.160.0400.12
HSL195.43º36.84%81.37%-
HSV(B)195.43º15.56%88.24%-
XYZ59.3865.580.75-
YUV209.25136.89114.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=30.11%
G=34.23%
B=35.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902162250.160.0400.12195.4336.8481.37
HexBED8E11040Cc32551
Octal27633034120401430345121
Binary1011111011011000111000011000010001100110000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8E1; }

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

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

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

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

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

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

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

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