Html Css Color HEX #BAD8F9 Pale Cornflower Blue

📋 copy color: '#BAD8F9'

red 186 ◦ green 216 ◦ blue 249

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

Shades of Pale Cornflower Blue #BAD8F9

Tints of Pale Cornflower Blue #BAD8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.18%

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 28.57%
G = 33.18%
B = 38.25%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAD8F9 (or 0xBAD8F9) is known color: Pale Cornflower Blue. HEX triplet: BA, D8 and F9. RGB value is (186,216,249). Sum of RGB (Red+Green+Blue) = 186+216+249=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8F9 is #452706. Grayscale: #D2D2D2. Windows color (decimal): -4531975 or 16373946. OLE color: 16373946.

HSL color Cylindrical-coordinate representation of color #BAD8F9: hue angle of 211.43º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD8F9 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 216 249 -
CMYK 0.25 0.13 0 0.02
HSL 211.43º 0.84% 0.85% -
HSV(B) 211.43º 0.25% 0.98% -
XYZ 61.9 66.39 99.17 -
YUV 210.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 186 216 249 0.25 0.13 0 0.02 211.43 0.84 0.85
Hex BA D8 F9 19 D 0 2 D3 54 55
Octal 272 330 371 31 15 0 2 323 124 125
Binary 10111010 11011000 11111001 11001 1101 0 10 11010011 1010100 1010101

Color Harmonies of #BAD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD8F9

Black with #BAD8F9

Text Example


Text Example

White with #BAD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD8F9; }

 p { color: rgb(186,216,249); }

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

background-color css

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

 a { background-color: rgb(186,216,249); }

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

border-color css

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

 span { border-color: rgb(186,216,249); }

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