Html Css Color HEX #BADAF1 Pale Cornflower Blue

📋 copy color: '#BADAF1'

red 186 ◦ green 218 ◦ blue 241

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

Shades of Pale Cornflower Blue #BADAF1

Tints of Pale Cornflower Blue #BADAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.36%

R = 28.84%
G = 33.8%
B = 37.36%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BADAF1 (or 0xBADAF1) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and F1. RGB value is (186,218,241). Sum of RGB (Red+Green+Blue) = 186+218+241=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF1 is #45250E. Grayscale: #D2D2D2. Windows color (decimal): -4531471 or 15850170. OLE color: 15850170.

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

Color convert

RGB 186 218 241 -
CMYK 0.23 0.10 0 0.05
HSL 205.09º 0.66% 0.84% -
HSV(B) 205.09º 0.23% 0.95% -
XYZ 61.2 66.93 92.91 -
YUV 211.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 186 218 241 0.23 0.10 0 0.05 205.09 0.66 0.84
Hex BA DA F1 17 A 0 5 CD 42 54
Octal 272 332 361 27 12 0 5 315 102 124
Binary 10111010 11011010 11110001 10111 1010 0 101 11001101 1000010 1010100

Color Harmonies of #BADAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAF1

Black with #BADAF1

Text Example


Text Example

White with #BADAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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