Html Css Color HEX #BADFF8 Pale Cornflower Blue

📋 copy color: '#BADFF8'

red 186 ◦ green 223 ◦ blue 248

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

Shades of Pale Cornflower Blue #BADFF8

Tints of Pale Cornflower Blue #BADFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 28.31%
G = 33.94%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BADFF8 (or 0xBADFF8) is known color: Pale Cornflower Blue. HEX triplet: BA, DF and F8. RGB value is (186,223,248). Sum of RGB (Red+Green+Blue) = 186+223+248=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #BADFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF8 is #452007. Grayscale: #D6D6D6. Windows color (decimal): -4530184 or 16310202. OLE color: 16310202.

HSL color Cylindrical-coordinate representation of color #BADFF8: hue angle of 204.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADFF8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 223 248 -
CMYK 0.25 0.10 0 0.03
HSL 204.19º 0.82% 0.85% -
HSV(B) 204.19º 0.25% 0.97% -
XYZ 63.58 69.99 98.97 -
YUV 214.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 186 223 248 0.25 0.10 0 0.03 204.19 0.82 0.85
Hex BA DF F8 19 A 0 3 CC 52 55
Octal 272 337 370 31 12 0 3 314 122 125
Binary 10111010 11011111 11111000 11001 1010 0 11 11001100 1010010 1010101

Color Harmonies of #BADFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFF8

Black with #BADFF8

Text Example


Text Example

White with #BADFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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