#BEDAFF

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

Shades of Pale Cornflower Blue #BEDAFF

Tints of Pale Cornflower Blue #BEDAFF

Color information

#BEDAFF (or 0xBEDAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and FF. RGB value is (190,218,255). Sum of RGB (Red+Green+Blue) = 190+218+255=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAFF is #412500. Grayscale: #D5D5D5. Windows color (decimal): -4269313 or 16767678. OLE color: 16767678.

HSL color Cylindrical-coordinate representation of color #BEDAFF: hue angle of 214.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDAFF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190218255-
CMYK0.250.1500
HSL214.15º100%87.25%-
HSV(B)214.15º25.49%100%-
XYZ64.3668.31104.4-
YUV213.85151.22110.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 38.46%
R=28.66%
G=32.88%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902182550.250.1500214.1510087.25
HexBEDAFF19F00d66457
Octal276332377311700326144127
Binary101111101101101011111111110011111001101011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAFF; }

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

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

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

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

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

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

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

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