#BEDFE0

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

Shades of Powder Blue #BEDFE0

Tints of Powder Blue #BEDFE0

Color information

#BEDFE0 (or 0xBEDFE0) is unknown color: approx Powder Blue. HEX triplet: BE, DF and E0. RGB value is (190,223,224). Sum of RGB (Red+Green+Blue) = 190+223+224=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFE0 is #41201F. Grayscale: #D5D5D5. Windows color (decimal): -4268064 or 14737342. OLE color: 14737342.

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

Color convert

RGB190223224-
CMYK0.150.0000.12
HSL181.76º35.42%81.18%-
HSV(B)181.76º15.18%87.84%-
XYZ61.0869.180.64-
YUV213.25134.07111.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=29.83%
G=35.01%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902232240.150.0000.12181.7635.4281.18
HexBEDFE0F00Cb62351
Octal27633734017001426643121
Binary1011111011011111111000001111001100101101101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFE0; }

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

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

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

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

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

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

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

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