#BEDBFC

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

Shades of Pale Cornflower Blue #BEDBFC

Tints of Pale Cornflower Blue #BEDBFC

Color information

#BEDBFC (or 0xBEDBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DB and FC. RGB value is (190,219,252). Sum of RGB (Red+Green+Blue) = 190+219+252=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBFC is #412403. Grayscale: #D5D5D5. Windows color (decimal): -4269060 or 16571326. OLE color: 16571326.

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

Color convert

RGB190219252-
CMYK0.250.1300.01
HSL211.94º91.18%86.67%-
HSV(B)211.94º24.6%98.82%-
XYZ64.1468.64101.96-
YUV214.09149.39110.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=28.74%
G=33.13%
B=38.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902192520.250.1300.01211.9491.1886.67
HexBEDBFC19D01d45b57
Octal276333374311501324133127
Binary101111101101101111111100110011101011101010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBFC; }

 p { color: rgb(190,219,252); }

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

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

 a { background-color: rgb(190,219,252); }

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

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

 span { border-color: rgb(190,219,252); }

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