#BADFFD

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

Shades of Pale Cornflower Blue #BADFFD

Tints of Pale Cornflower Blue #BADFFD

Color information

#BADFFD (or 0xBADFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DF and FD. RGB value is (186,223,253). Sum of RGB (Red+Green+Blue) = 186+223+253=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFFD is #452002. Grayscale: #D7D7D7. Windows color (decimal): -4530179 or 16637882. OLE color: 16637882.

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

Color convert

RGB186223253-
CMYK0.260.1200.01
HSL206.87º94.37%86.08%-
HSV(B)206.87º26.48%99.22%-
XYZ64.3770.31103.11-
YUV215.36149.24107.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=28.10%
G=33.69%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862232530.260.1200.01206.8794.3786.08
HexBADFFD1AC01cf5e56
Octal272337375321401317136126
Binary101110101101111111111101110101100011100111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFFD; }

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

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

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

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

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

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

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

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