Html Css Color HEX #BAD5EA Pale Cornflower Blue

📋 copy color: '#BAD5EA'

red 186 ◦ green 213 ◦ blue 234

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

Shades of Pale Cornflower Blue #BAD5EA

Tints of Pale Cornflower Blue #BAD5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 29.38%
G = 33.65%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAD5EA (or 0xBAD5EA) is known color: Pale Cornflower Blue. HEX triplet: BA, D5 and EA. RGB value is (186,213,234). Sum of RGB (Red+Green+Blue) = 186+213+234=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5EA is #452A15. Grayscale: #CFCFCF. Windows color (decimal): -4532758 or 15390138. OLE color: 15390138.

HSL color Cylindrical-coordinate representation of color #BAD5EA: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD5EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 213 234 -
CMYK 0.21 0.09 0 0.08
HSL 206.25º 0.53% 0.82% -
HSV(B) 206.25º 0.21% 0.92% -
XYZ 58.9 63.97 87.08 -
YUV 207.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 186 213 234 0.21 0.09 0 0.08 206.25 0.53 0.82
Hex BA D5 EA 15 9 0 8 CE 35 52
Octal 272 325 352 25 11 0 10 316 65 122
Binary 10111010 11010101 11101010 10101 1001 0 1000 11001110 110101 1010010

Color Harmonies of #BAD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5EA

Black with #BAD5EA

Text Example


Text Example

White with #BAD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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