Html Css Color HEX #BADAF5 Pale Cornflower Blue

📋 copy color: '#BADAF5'

red 186 ◦ green 218 ◦ blue 245

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

Shades of Pale Cornflower Blue #BADAF5

Tints of Pale Cornflower Blue #BADAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 28.66%
G = 33.59%
B = 37.75%

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

#BADAF5 (or 0xBADAF5) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and F5. RGB value is (186,218,245). Sum of RGB (Red+Green+Blue) = 186+218+245=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #BADAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF5 is #45250A. Grayscale: #D3D3D3. Windows color (decimal): -4531467 or 16112314. OLE color: 16112314.

HSL color Cylindrical-coordinate representation of color #BADAF5: hue angle of 207.46º degrees, saturation: 0.75, 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 #BADAF5 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 218 245 -
CMYK 0.24 0.11 0 0.04
HSL 207.46º 0.75% 0.85% -
HSV(B) 207.46º 0.24% 0.96% -
XYZ 61.8 67.17 96.09 -
YUV 211.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 186 218 245 0.24 0.11 0 0.04 207.46 0.75 0.85
Hex BA DA F5 18 B 0 4 CF 4B 55
Octal 272 332 365 30 13 0 4 317 113 125
Binary 10111010 11011010 11110101 11000 1011 0 100 11001111 1001011 1010101

Color Harmonies of #BADAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAF5

Black with #BADAF5

Text Example


Text Example

White with #BADAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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