#BEDAF7

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

Shades of Pale Cornflower Blue #BEDAF7

Tints of Pale Cornflower Blue #BEDAF7

Color information

#BEDAF7 (or 0xBEDAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and F7. RGB value is (190,218,247). Sum of RGB (Red+Green+Blue) = 190+218+247=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAF7 is #412508. Grayscale: #D4D4D4. Windows color (decimal): -4269321 or 16243390. OLE color: 16243390.

HSL color Cylindrical-coordinate representation of color #BEDAF7: hue angle of 210.53º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDAF7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190218247-
CMYK0.230.1200.03
HSL210.53º78.08%85.69%-
HSV(B)210.53º23.08%96.86%-
XYZ63.167.8197.76-
YUV212.93147.22111.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=29.01%
G=33.28%
B=37.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902182470.230.1200.03210.5378.0885.69
HexBEDAF717C03d34e56
Octal276332367271403323116126
Binary1011111011011010111101111011111000111101001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAF7; }

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

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

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

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

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

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

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

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