#BEDAF0

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

Shades of Pale Cornflower Blue #BEDAF0

Tints of Pale Cornflower Blue #BEDAF0

Color information

#BEDAF0 (or 0xBEDAF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and F0. RGB value is (190,218,240). Sum of RGB (Red+Green+Blue) = 190+218+240=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAF0 is #41250F. Grayscale: #D4D4D4. Windows color (decimal): -4269328 or 15784638. OLE color: 15784638.

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

Color convert

RGB190218240-
CMYK0.210.0900.06
HSL206.4º62.5%84.31%-
HSV(B)206.4º20.83%94.12%-
XYZ62.0367.3892.17-
YUV212.14143.72112.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=29.32%
G=33.64%
B=37.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902182400.210.0900.06206.462.584.31
HexBEDAF015906ce3e54
Octal27633236025110631676124
Binary1011111011011010111100001010110010110110011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAF0; }

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

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

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

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

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

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

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

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