Html Css Color HEX #BAD5FF Pale Cornflower Blue

📋 copy color: '#BAD5FF'

red 186 ◦ green 213 ◦ blue 255

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

Shades of Pale Cornflower Blue #BAD5FF

Tints of Pale Cornflower Blue #BAD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.57%

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

R = 28.44%
G = 32.57%
B = 38.99%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAD5FF (or 0xBAD5FF) is known color: Pale Cornflower Blue. HEX triplet: BA, D5 and FF. RGB value is (186,213,255). Sum of RGB (Red+Green+Blue) = 186+213+255=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5FF is #452A00. Grayscale: #D1D1D1. Windows color (decimal): -4532737 or 16766394. OLE color: 16766394.

HSL color Cylindrical-coordinate representation of color #BAD5FF: hue angle of 216.52º 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 #BAD5FF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 213 255 -
CMYK 0.27 0.16 0 0
HSL 216.52º 1% 0.86% -
HSV(B) 216.52º 0.27% 1% -
XYZ 62.09 65.25 103.93 -
YUV 209.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 186 213 255 0.27 0.16 0 0 216.52 1 0.86
Hex BA D5 FF 1B 10 0 0 D9 64 56
Octal 272 325 377 33 20 0 0 331 144 126
Binary 10111010 11010101 11111111 11011 10000 0 0 11011001 1100100 1010110

Color Harmonies of #BAD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5FF

Black with #BAD5FF

Text Example


Text Example

White with #BAD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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