#BEDAEA

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

Shades of Light Blue #BEDAEA

Tints of Light Blue #BEDAEA

Color information

#BEDAEA (or 0xBEDAEA) is unknown color: approx Light Blue. HEX triplet: BE, DA and EA. RGB value is (190,218,234). Sum of RGB (Red+Green+Blue) = 190+218+234=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAEA is #412515. Grayscale: #D3D3D3. Windows color (decimal): -4269334 or 15391422. OLE color: 15391422.

HSL color Cylindrical-coordinate representation of color #BEDAEA: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDAEA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190218234-
CMYK0.190.0700.08
HSL201.82º51.16%83.14%-
HSV(B)201.82º18.8%91.76%-
XYZ61.1667.0387.56-
YUV211.45140.72112.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=29.60%
G=33.96%
B=36.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902182340.190.0700.08201.8251.1683.14
HexBEDAEA13708ca3353
Octal27633235223701031263123
Binary1011111011011010111010101001111101000110010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAEA; }

 p { color: rgb(190,218,234); }

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

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

 a { background-color: rgb(190,218,234); }

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

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

 span { border-color: rgb(190,218,234); }

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