#BED6EF

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

Shades of Pale Cornflower Blue #BED6EF

Tints of Pale Cornflower Blue #BED6EF

Color information

#BED6EF (or 0xBED6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D6 and EF. RGB value is (190,214,239). Sum of RGB (Red+Green+Blue) = 190+214+239=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6EF is #412910. Grayscale: #D1D1D1. Windows color (decimal): -4270353 or 15718078. OLE color: 15718078.

HSL color Cylindrical-coordinate representation of color #BED6EF: hue angle of 210.61º 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 #BED6EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190214239-
CMYK0.210.1000.06
HSL210.61º60.49%84.12%-
HSV(B)210.61º20.5%93.73%-
XYZ60.8665.2791.05-
YUV209.67144.55113.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=29.55%
G=33.28%
B=37.17%

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
Decimal1902142390.210.1000.06210.6160.4984.12
HexBED6EF15A06d33c54
Octal27632635725120632374124
Binary1011111011010110111011111010110100110110100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6EF; }

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

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

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

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

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

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

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

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