Html Css Color HEX #BADEFA Pale Cornflower Blue

📋 copy color: '#BADEFA'

red 186 ◦ green 222 ◦ blue 250

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

Shades of Pale Cornflower Blue #BADEFA

Tints of Pale Cornflower Blue #BADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.74%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 28.27%
G = 33.74%
B = 37.99%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BADEFA (or 0xBADEFA) is known color: Pale Cornflower Blue. HEX triplet: BA, DE and FA. RGB value is (186,222,250). Sum of RGB (Red+Green+Blue) = 186+222+250=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #BADEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEFA is #452105. Grayscale: #D6D6D6. Windows color (decimal): -4530438 or 16441018. OLE color: 16441018.

HSL color Cylindrical-coordinate representation of color #BADEFA: hue angle of 206.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADEFA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 222 250 -
CMYK 0.26 0.11 0 0.02
HSL 206.25º 0.86% 0.85% -
HSV(B) 206.25º 0.26% 0.98% -
XYZ 63.63 69.58 100.52 -
YUV 214.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 186 222 250 0.26 0.11 0 0.02 206.25 0.86 0.85
Hex BA DE FA 1A B 0 2 CE 56 55
Octal 272 336 372 32 13 0 2 316 126 125
Binary 10111010 11011110 11111010 11010 1011 0 10 11001110 1010110 1010101

Color Harmonies of #BADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEFA

Black with #BADEFA

Text Example


Text Example

White with #BADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEFA; }

 p { color: rgb(186,222,250); }

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

background-color css

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

 a { background-color: rgb(186,222,250); }

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

border-color css

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

 span { border-color: rgb(186,222,250); }

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