#BEDAEF

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

Shades of Pale Cornflower Blue #BEDAEF

Tints of Pale Cornflower Blue #BEDAEF

Color information

#BEDAEF (or 0xBEDAEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and EF. RGB value is (190,218,239). Sum of RGB (Red+Green+Blue) = 190+218+239=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAEF is #412510. Grayscale: #D3D3D3. Windows color (decimal): -4269329 or 15719102. OLE color: 15719102.

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

Color convert

RGB190218239-
CMYK0.210.0900.06
HSL205.71º60.49%84.12%-
HSV(B)205.71º20.5%93.73%-
XYZ61.8967.3291.39-
YUV212.02143.22112.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=29.37%
G=33.69%
B=36.94%

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
Decimal1902182390.210.0900.06205.7160.4984.12
HexBEDAEF15906ce3c54
Octal27633235725110631674124
Binary1011111011011010111011111010110010110110011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAEF; }

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

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

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

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

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

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

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

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