#BADCFB

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

Shades of Pale Cornflower Blue #BADCFB

Tints of Pale Cornflower Blue #BADCFB

Color information

#BADCFB (or 0xBADCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DC and FB. RGB value is (186,220,251). Sum of RGB (Red+Green+Blue) = 186+220+251=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BADCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCFB is #452304. Grayscale: #D5D5D5. Windows color (decimal): -4530949 or 16506042. OLE color: 16506042.

HSL color Cylindrical-coordinate representation of color #BADCFB: hue angle of 208.62º 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 #BADCFB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186220251-
CMYK0.260.1200.02
HSL208.62º89.04%85.69%-
HSV(B)208.62º25.9%98.43%-
XYZ63.2668.59101.17-
YUV213.37149.24108.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=28.31%
G=33.49%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862202510.260.1200.02208.6289.0485.69
HexBADCFB1AC02d15956
Octal272334373321402321131126
Binary1011101011011100111110111101011000101101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCFB; }

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

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

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

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

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

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

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

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