#BADCF3

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

Shades of Pale Cornflower Blue #BADCF3

Tints of Pale Cornflower Blue #BADCF3

Color information

#BADCF3 (or 0xBADCF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, DC and F3. RGB value is (186,220,243). Sum of RGB (Red+Green+Blue) = 186+220+243=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF3 is #45230C. Grayscale: #D4D4D4. Windows color (decimal): -4530957 or 15981754. OLE color: 15981754.

HSL color Cylindrical-coordinate representation of color #BADCF3: hue angle of 204.21º 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 #BADCF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186220243-
CMYK0.230.0900.05
HSL204.21º70.37%84.12%-
HSV(B)204.21º23.46%95.29%-
XYZ62.0268.194.67-
YUV212.46145.24109.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=28.66%
G=33.90%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862202430.230.0900.05204.2170.3784.12
HexBADCF317905cc4654
Octal272334363271105314106124
Binary10111010110111001111001110111100101011100110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCF3; }

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

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

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

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

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

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

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

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