Html Css Color HEX #BADDF8 Pale Cornflower Blue

📋 copy color: '#BADDF8'

red 186 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #BADDF8

Tints of Pale Cornflower Blue #BADDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.74%

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

R = 28.4%
G = 33.74%
B = 37.86%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BADDF8 (or 0xBADDF8) is known color: Pale Cornflower Blue. HEX triplet: BA, DD and F8. RGB value is (186,221,248). Sum of RGB (Red+Green+Blue) = 186+221+248=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #BADDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF8 is #452207. Grayscale: #D5D5D5. Windows color (decimal): -4530696 or 16309690. OLE color: 16309690.

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

Color convert

RGB 186 221 248 -
CMYK 0.25 0.11 0 0.03
HSL 206.13º 0.82% 0.85% -
HSV(B) 206.13º 0.25% 0.97% -
XYZ 63.05 68.93 98.79 -
YUV 213.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 186 221 248 0.25 0.11 0 0.03 206.13 0.82 0.85
Hex BA DD F8 19 B 0 3 CE 52 55
Octal 272 335 370 31 13 0 3 316 122 125
Binary 10111010 11011101 11111000 11001 1011 0 11 11001110 1010010 1010101

Color Harmonies of #BADDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDF8

Black with #BADDF8

Text Example


Text Example

White with #BADDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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