#BEDCF6

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

Shades of Pale Cornflower Blue #BEDCF6

Tints of Pale Cornflower Blue #BEDCF6

Color information

#BEDCF6 (or 0xBEDCF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DC and F6. RGB value is (190,220,246). Sum of RGB (Red+Green+Blue) = 190+220+246=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCF6 is #412309. Grayscale: #D5D5D5. Windows color (decimal): -4268810 or 16178366. OLE color: 16178366.

HSL color Cylindrical-coordinate representation of color #BEDCF6: hue angle of 207.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDCF6 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190220246-
CMYK0.230.1100.04
HSL207.86º75.68%85.49%-
HSV(B)207.86º22.76%96.47%-
XYZ63.4668.7997.12-
YUV213.99146.06110.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=28.96%
G=33.54%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902202460.230.1100.04207.8675.6885.49
HexBEDCF617B04d04c55
Octal276334366271304320114125
Binary10111110110111001111011010111101101001101000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCF6; }

 p { color: rgb(190,220,246); }

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

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

 a { background-color: rgb(190,220,246); }

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

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

 span { border-color: rgb(190,220,246); }

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