#BADBF4

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

Shades of Pale Cornflower Blue #BADBF4

Tints of Pale Cornflower Blue #BADBF4

Color information

#BADBF4 (or 0xBADBF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and F4. RGB value is (186,219,244). Sum of RGB (Red+Green+Blue) = 186+219+244=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #BADBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF4 is #45240B. Grayscale: #D3D3D3. Windows color (decimal): -4531212 or 16047034. OLE color: 16047034.

HSL color Cylindrical-coordinate representation of color #BADBF4: hue angle of 205.86º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADBF4 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186219244-
CMYK0.240.1000.04
HSL205.86º72.5%84.31%-
HSV(B)205.86º23.77%95.69%-
XYZ61.9167.6395.38-
YUV211.98146.07109.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=28.66%
G=33.74%
B=37.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862192440.240.1000.04205.8672.584.31
HexBADBF418A04ce4854
Octal272333364301204316110124
Binary10111010110110111111010011000101001001100111010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBF4; }

 p { color: rgb(186,219,244); }

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

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

 a { background-color: rgb(186,219,244); }

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

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

 span { border-color: rgb(186,219,244); }

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