#BADAFB

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

Shades of Pale Cornflower Blue #BADAFB

Tints of Pale Cornflower Blue #BADAFB

Color information

#BADAFB (or 0xBADAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DA and FB. RGB value is (186,218,251). Sum of RGB (Red+Green+Blue) = 186+218+251=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BADAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFB is #452504. Grayscale: #D4D4D4. Windows color (decimal): -4531461 or 16505530. OLE color: 16505530.

HSL color Cylindrical-coordinate representation of color #BADAFB: hue angle of 210.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADAFB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186218251-
CMYK0.260.1300.02
HSL210.46º89.04%85.69%-
HSV(B)210.46º25.9%98.43%-
XYZ62.7367.55101-
YUV212.19149.9109.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=28.40%
G=33.28%
B=38.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862182510.260.1300.02210.4689.0485.69
HexBADAFB1AD02d25956
Octal272332373321502322131126
Binary1011101011011010111110111101011010101101001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAFB; }

 p { color: rgb(186,218,251); }

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

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

 a { background-color: rgb(186,218,251); }

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

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

 span { border-color: rgb(186,218,251); }

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