#badbf3

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

Shades of Pale Cornflower Blue #BADBF3

Tints of Pale Cornflower Blue #BADBF3

Color information

#BADBF3 (or 0xBADBF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and F3. RGB value is (186,219,243). Sum of RGB (Red+Green+Blue) = 186+219+243=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF3 is #45240C. Grayscale: #D3D3D3. Windows color (decimal): -4531213 or 15981498. OLE color: 15981498.

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

Color convert

RGB186219243-
CMYK0.230.1000.05
HSL205.26º70.37%84.12%-
HSV(B)205.26º23.46%95.29%-
XYZ61.7667.5794.58-
YUV211.87145.57109.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=28.70%
G=33.80%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862192430.230.1000.05205.2670.3784.12
HexBADBF317A05cd4654
Octal272333363271205315106124
Binary10111010110110111111001110111101001011100110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #badbf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #badbf3; }

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

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

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

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

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

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

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

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