Html Css Color HEX #BADAFE Pale Cornflower Blue

📋 copy color: '#BADAFE'

red 186 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #BADAFE

Tints of Pale Cornflower Blue #BADAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.13%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 28.27%
G = 33.13%
B = 38.6%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BADAFE (or 0xBADAFE) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and FE. RGB value is (186,218,254). Sum of RGB (Red+Green+Blue) = 186+218+254=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFE is #452501. Grayscale: #D4D4D4. Windows color (decimal): -4531458 or 16702138. OLE color: 16702138.

HSL color Cylindrical-coordinate representation of color #BADAFE: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADAFE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 218 254 -
CMYK 0.27 0.14 0 0.00
HSL 211.76º 0.97% 0.86% -
HSV(B) 211.76º 0.27% 1% -
XYZ 63.21 67.74 103.51 -
YUV 212.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 186 218 254 0.27 0.14 0 0.00 211.76 0.97 0.86
Hex BA DA FE 1B E 0 0 D4 61 56
Octal 272 332 376 33 16 0 0 324 141 126
Binary 10111010 11011010 11111110 11011 1110 0 0 11010100 1100001 1010110

Color Harmonies of #BADAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAFE

Black with #BADAFE

Text Example


Text Example

White with #BADAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAFE; }

 p { color: rgb(186,218,254); }

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

background-color css

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

 a { background-color: rgb(186,218,254); }

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

border-color css

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

 span { border-color: rgb(186,218,254); }

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