#BADBFD

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

Shades of Pale Cornflower Blue #BADBFD

Tints of Pale Cornflower Blue #BADBFD

Color information

#BADBFD (or 0xBADBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DB and FD. RGB value is (186,219,253). Sum of RGB (Red+Green+Blue) = 186+219+253=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBFD is #452402. Grayscale: #D4D4D4. Windows color (decimal): -4531203 or 16636858. OLE color: 16636858.

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

Color convert

RGB186219253-
CMYK0.260.1300.01
HSL210.45º94.37%86.08%-
HSV(B)210.45º26.48%99.22%-
XYZ63.3168.19102.75-
YUV213.01150.57108.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=28.27%
G=33.28%
B=38.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862192530.260.1300.01210.4594.3786.08
HexBADBFD1AD01d25e56
Octal272333375321501322136126
Binary101110101101101111111101110101101011101001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBFD; }

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

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

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

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

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

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

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

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