#BEDBF2

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

Shades of Pale Cornflower Blue #BEDBF2

Tints of Pale Cornflower Blue #BEDBF2

Color information

#BEDBF2 (or 0xBEDBF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DB and F2. RGB value is (190,219,242). Sum of RGB (Red+Green+Blue) = 190+219+242=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBF2 is #41240D. Grayscale: #D4D4D4. Windows color (decimal): -4269070 or 15915966. OLE color: 15915966.

HSL color Cylindrical-coordinate representation of color #BEDBF2: hue angle of 206.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDBF2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190219242-
CMYK0.210.1000.05
HSL206.54º66.67%84.71%-
HSV(B)206.54º21.49%94.9%-
XYZ62.5968.0293.83-
YUV212.95144.39111.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=29.19%
G=33.64%
B=37.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902192420.210.1000.05206.5466.6784.71
HexBEDBF215A05cf4355
Octal276333362251205317103125
Binary10111110110110111111001010101101001011100111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBF2; }

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

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

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

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

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

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

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

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