#BEDCEE

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

Shades of Light Blue #BEDCEE

Tints of Light Blue #BEDCEE

Color information

#BEDCEE (or 0xBEDCEE) is unknown color: approx Light Blue. HEX triplet: BE, DC and EE. RGB value is (190,220,238). Sum of RGB (Red+Green+Blue) = 190+220+238=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCEE is #412311. Grayscale: #D4D4D4. Windows color (decimal): -4268818 or 15654078. OLE color: 15654078.

HSL color Cylindrical-coordinate representation of color #BEDCEE: hue angle of 202.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDCEE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190220238-
CMYK0.200.0800.07
HSL202.5º58.54%83.92%-
HSV(B)202.5º20.17%93.33%-
XYZ62.2668.3190.79-
YUV213.08142.06111.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=29.32%
G=33.95%
B=36.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902202380.200.0800.07202.558.5483.92
HexBEDCEE14807ca3b54
Octal27633435624100731273124
Binary1011111011011100111011101010010000111110010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCEE; }

 p { color: rgb(190,220,238); }

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

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

 a { background-color: rgb(190,220,238); }

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

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

 span { border-color: rgb(190,220,238); }

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