#BEDAF2

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

Shades of Pale Cornflower Blue #BEDAF2

Tints of Pale Cornflower Blue #BEDAF2

Color information

#BEDAF2 (or 0xBEDAF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and F2. RGB value is (190,218,242). Sum of RGB (Red+Green+Blue) = 190+218+242=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAF2 is #41250D. Grayscale: #D4D4D4. Windows color (decimal): -4269326 or 15915710. OLE color: 15915710.

HSL color Cylindrical-coordinate representation of color #BEDAF2: hue angle of 207.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDAF2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190218242-
CMYK0.210.1000.05
HSL207.69º66.67%84.71%-
HSV(B)207.69º21.49%94.9%-
XYZ62.3367.593.75-
YUV212.36144.72112.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=29.23%
G=33.54%
B=37.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902182420.210.1000.05207.6966.6784.71
HexBEDAF215A05d04355
Octal276332362251205320103125
Binary10111110110110101111001010101101001011101000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAF2; }

 p { color: rgb(190,218,242); }

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

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

 a { background-color: rgb(190,218,242); }

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

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

 span { border-color: rgb(190,218,242); }

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