Html Css Color HEX #BADCF6 Pale Cornflower Blue

📋 copy color: '#BADCF6'

red 186 ◦ green 220 ◦ blue 246

#BADCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BADCF6

Tints of Pale Cornflower Blue #BADCF6

RGB

 RED value IS 186 (73.05% from 255) = 28.53%

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 246 (96.48% from 255) = 37.73%

R = 28.53%
G = 33.74%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BADCF6 (or 0xBADCF6) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and F6. RGB value is (186,220,246). Sum of RGB (Red+Green+Blue) = 186+220+246=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF6 is #452309. Grayscale: #D4D4D4. Windows color (decimal): -4530954 or 16178362. OLE color: 16178362.

HSL color Cylindrical-coordinate representation of color #BADCF6: hue angle of 206º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADCF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 220 246 -
CMYK 0.24 0.11 0 0.04
HSL 206º 0.77% 0.85% -
HSV(B) 206º 0.24% 0.96% -
XYZ 62.48 68.28 97.08 -
YUV 212.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 186 220 246 0.24 0.11 0 0.04 206 0.77 0.85
Hex BA DC F6 18 B 0 4 CE 4D 55
Octal 272 334 366 30 13 0 4 316 115 125
Binary 10111010 11011100 11110110 11000 1011 0 100 11001110 1001101 1010101

Color Harmonies of #BADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCF6

Black with #BADCF6

Text Example


Text Example

White with #BADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCF6; }

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

 H1.HeaderClassName
 {
   color: #BADCF6;
 }
 .AnyTagClassName
 {
   color: #BADCF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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