#BED7EF

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

Shades of Pale Cornflower Blue #BED7EF

Tints of Pale Cornflower Blue #BED7EF

Color information

#BED7EF (or 0xBED7EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D7 and EF. RGB value is (190,215,239). Sum of RGB (Red+Green+Blue) = 190+215+239=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7EF is #412810. Grayscale: #D2D2D2. Windows color (decimal): -4270097 or 15718334. OLE color: 15718334.

HSL color Cylindrical-coordinate representation of color #BED7EF: hue angle of 209.39º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED7EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190215239-
CMYK0.210.1000.06
HSL209.39º60.49%84.12%-
HSV(B)209.39º20.5%93.73%-
XYZ61.1265.7891.14-
YUV210.26144.22113.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=29.50%
G=33.39%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902152390.210.1000.06209.3960.4984.12
HexBED7EF15A06d13c54
Octal27632735725120632174124
Binary1011111011010111111011111010110100110110100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7EF; }

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

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

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

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

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

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

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

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