Html Css Color HEX #BADAF3 Pale Cornflower Blue

📋 copy color: '#BADAF3'

red 186 ◦ green 218 ◦ blue 243

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

Shades of Pale Cornflower Blue #BADAF3

Tints of Pale Cornflower Blue #BADAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 28.75%
G = 33.69%
B = 37.56%

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

#BADAF3 (or 0xBADAF3) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and F3. RGB value is (186,218,243). Sum of RGB (Red+Green+Blue) = 186+218+243=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAF3 is #45250C. Grayscale: #D3D3D3. Windows color (decimal): -4531469 or 15981242. OLE color: 15981242.

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

Color convert

RGB 186 218 243 -
CMYK 0.23 0.10 0 0.05
HSL 206.32º 0.7% 0.84% -
HSV(B) 206.32º 0.23% 0.95% -
XYZ 61.5 67.05 94.5 -
YUV 211.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 186 218 243 0.23 0.10 0 0.05 206.32 0.7 0.84
Hex BA DA F3 17 A 0 5 CE 46 54
Octal 272 332 363 27 12 0 5 316 106 124
Binary 10111010 11011010 11110011 10111 1010 0 101 11001110 1000110 1010100

Color Harmonies of #BADAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAF3

Black with #BADAF3

Text Example


Text Example

White with #BADAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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