Html Css Color HEX #BADCF8 Pale Cornflower Blue

📋 copy color: '#BADCF8'

red 186 ◦ green 220 ◦ blue 248

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

Shades of Pale Cornflower Blue #BADCF8

Tints of Pale Cornflower Blue #BADCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.92%

R = 28.44%
G = 33.64%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BADCF8 (or 0xBADCF8) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and F8. RGB value is (186,220,248). Sum of RGB (Red+Green+Blue) = 186+220+248=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #BADCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF8 is #452307. Grayscale: #D4D4D4. Windows color (decimal): -4530952 or 16309434. OLE color: 16309434.

HSL color Cylindrical-coordinate representation of color #BADCF8: hue angle of 207.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADCF8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 220 248 -
CMYK 0.25 0.11 0 0.03
HSL 207.1º 0.82% 0.85% -
HSV(B) 207.1º 0.25% 0.97% -
XYZ 62.79 68.4 98.7 -
YUV 213.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 186 220 248 0.25 0.11 0 0.03 207.1 0.82 0.85
Hex BA DC F8 19 B 0 3 CF 52 55
Octal 272 334 370 31 13 0 3 317 122 125
Binary 10111010 11011100 11111000 11001 1011 0 11 11001111 1010010 1010101

Color Harmonies of #BADCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCF8

Black with #BADCF8

Text Example


Text Example

White with #BADCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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