Html Css Color HEX #BAD3FF Pale Cornflower Blue

📋 copy color: '#BAD3FF'

red 186 ◦ green 211 ◦ blue 255

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

Shades of Pale Cornflower Blue #BAD3FF

Tints of Pale Cornflower Blue #BAD3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.11%

R = 28.53%
G = 32.36%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAD3FF (or 0xBAD3FF) is known color: Pale Cornflower Blue. HEX triplet: BA, D3 and FF. RGB value is (186,211,255). Sum of RGB (Red+Green+Blue) = 186+211+255=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3FF is #452C00. Grayscale: #D0D0D0. Windows color (decimal): -4533249 or 16765882. OLE color: 16765882.

HSL color Cylindrical-coordinate representation of color #BAD3FF: hue angle of 218.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD3FF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 211 255 -
CMYK 0.27 0.17 0 0
HSL 218.26º 1% 0.86% -
HSV(B) 218.26º 0.27% 1% -
XYZ 61.59 64.25 103.76 -
YUV 208.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 186 211 255 0.27 0.17 0 0 218.26 1 0.86
Hex BA D3 FF 1B 11 0 0 DA 64 56
Octal 272 323 377 33 21 0 0 332 144 126
Binary 10111010 11010011 11111111 11011 10001 0 0 11011010 1100100 1010110

Color Harmonies of #BAD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3FF

Black with #BAD3FF

Text Example


Text Example

White with #BAD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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