#BED7FA

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

Shades of Pale Cornflower Blue #BED7FA

Tints of Pale Cornflower Blue #BED7FA

Color information

#BED7FA (or 0xBED7FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D7 and FA. RGB value is (190,215,250). Sum of RGB (Red+Green+Blue) = 190+215+250=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7FA is #412805. Grayscale: #D3D3D3. Windows color (decimal): -4270086 or 16439230. OLE color: 16439230.

HSL color Cylindrical-coordinate representation of color #BED7FA: hue angle of 215º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED7FA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190215250-
CMYK0.240.1400.02
HSL215º85.71%86.27%-
HSV(B)215º24%98.04%-
XYZ62.7966.4599.96-
YUV211.52149.72112.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=29.01%
G=32.82%
B=38.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902152500.240.1400.0221585.7186.27
HexBED7FA18E02d75656
Octal276327372301602327126126
Binary1011111011010111111110101100011100101101011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7FA; }

 p { color: rgb(190,215,250); }

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

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

 a { background-color: rgb(190,215,250); }

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

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

 span { border-color: rgb(190,215,250); }

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