Html Css Color HEX #BADFF9 Pale Cornflower Blue

📋 copy color: '#BADFF9'

red 186 ◦ green 223 ◦ blue 249

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

Shades of Pale Cornflower Blue #BADFF9

Tints of Pale Cornflower Blue #BADFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.89%

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

R = 28.27%
G = 33.89%
B = 37.84%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BADFF9 (or 0xBADFF9) is known color: Pale Cornflower Blue. HEX triplet: BA, DF and F9. RGB value is (186,223,249). Sum of RGB (Red+Green+Blue) = 186+223+249=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #BADFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF9 is #452006. Grayscale: #D6D6D6. Windows color (decimal): -4530183 or 16375738. OLE color: 16375738.

HSL color Cylindrical-coordinate representation of color #BADFF9: hue angle of 204.76º 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 #BADFF9 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 223 249 -
CMYK 0.25 0.10 0 0.02
HSL 204.76º 0.84% 0.85% -
HSV(B) 204.76º 0.25% 0.98% -
XYZ 63.74 70.05 99.79 -
YUV 214.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 186 223 249 0.25 0.10 0 0.02 204.76 0.84 0.85
Hex BA DF F9 19 A 0 2 CD 54 55
Octal 272 337 371 31 12 0 2 315 124 125
Binary 10111010 11011111 11111001 11001 1010 0 10 11001101 1010100 1010101

Color Harmonies of #BADFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFF9

Black with #BADFF9

Text Example


Text Example

White with #BADFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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