#BEDDFE

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

Shades of Pale Cornflower Blue #BEDDFE

Tints of Pale Cornflower Blue #BEDDFE

Color information

#BEDDFE (or 0xBEDDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DD and FE. RGB value is (190,221,254). Sum of RGB (Red+Green+Blue) = 190+221+254=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDFE is #412201. Grayscale: #D7D7D7. Windows color (decimal): -4268546 or 16702910. OLE color: 16702910.

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

Color convert

RGB190221254-
CMYK0.250.1300.00
HSL210.94º96.97%87.06%-
HSV(B)210.94º25.2%99.61%-
XYZ64.9869.82103.82-
YUV215.49149.73109.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=28.57%
G=33.23%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902212540.250.1300.00210.9496.9787.06
HexBEDDFE19D00d36157
Octal276335376311500323141127
Binary101111101101110111111110110011101001101001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDFE; }

 p { color: rgb(190,221,254); }

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

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

 a { background-color: rgb(190,221,254); }

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

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

 span { border-color: rgb(190,221,254); }

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