Html Css Color HEX #BAD3F0 Pale Cornflower Blue

📋 copy color: '#BAD3F0'

red 186 ◦ green 211 ◦ blue 240

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

Shades of Pale Cornflower Blue #BAD3F0

Tints of Pale Cornflower Blue #BAD3F0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.12%

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 29.2%
G = 33.12%
B = 37.68%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAD3F0 (or 0xBAD3F0) is known color: Pale Cornflower Blue. HEX triplet: BA, D3 and F0. RGB value is (186,211,240). Sum of RGB (Red+Green+Blue) = 186+211+240=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3F0 is #452C0F. Grayscale: #CECECE. Windows color (decimal): -4533264 or 15782842. OLE color: 15782842.

HSL color Cylindrical-coordinate representation of color #BAD3F0: hue angle of 212.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD3F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 211 240 -
CMYK 0.22 0.12 0 0.06
HSL 212.22º 0.64% 0.84% -
HSV(B) 212.22º 0.23% 0.94% -
XYZ 59.27 63.32 91.54 -
YUV 206.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 186 211 240 0.22 0.12 0 0.06 212.22 0.64 0.84
Hex BA D3 F0 16 C 0 6 D4 40 54
Octal 272 323 360 26 14 0 6 324 100 124
Binary 10111010 11010011 11110000 10110 1100 0 110 11010100 1000000 1010100

Color Harmonies of #BAD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3F0

Black with #BAD3F0

Text Example


Text Example

White with #BAD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3F0; }

 p { color: rgb(186,211,240); }

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

background-color css

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

 a { background-color: rgb(186,211,240); }

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

border-color css

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

 span { border-color: rgb(186,211,240); }

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