#BEDAE0

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

Shades of Powder Blue #BEDAE0

Tints of Powder Blue #BEDAE0

Color information

#BEDAE0 (or 0xBEDAE0) is unknown color: approx Powder Blue. HEX triplet: BE, DA and E0. RGB value is (190,218,224). Sum of RGB (Red+Green+Blue) = 190+218+224=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAE0 is #41251F. Grayscale: #D2D2D2. Windows color (decimal): -4269344 or 14736062. OLE color: 14736062.

HSL color Cylindrical-coordinate representation of color #BEDAE0: hue angle of 190.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDAE0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190218224-
CMYK0.150.0300.12
HSL190.59º35.42%81.18%-
HSV(B)190.59º15.18%87.84%-
XYZ59.7666.4780.2-
YUV210.31135.72113.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=30.06%
G=34.49%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902182240.150.0300.12190.5935.4281.18
HexBEDAE0F30Cbf2351
Octal27633234017301427743121
Binary10111110110110101110000011111101100101111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAE0; }

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

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

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

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

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

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

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

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