Html Css Color HEX #BADEFD Pale Cornflower Blue

📋 copy color: '#BADEFD'

red 186 ◦ green 222 ◦ blue 253

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

Shades of Pale Cornflower Blue #BADEFD

Tints of Pale Cornflower Blue #BADEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.59%

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 28.14%
G = 33.59%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BADEFD (or 0xBADEFD) is known color: Pale Cornflower Blue. HEX triplet: BA, DE and FD. RGB value is (186,222,253). Sum of RGB (Red+Green+Blue) = 186+222+253=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEFD is #452102. Grayscale: #D6D6D6. Windows color (decimal): -4530435 or 16637626. OLE color: 16637626.

HSL color Cylindrical-coordinate representation of color #BADEFD: hue angle of 207.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADEFD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 222 253 -
CMYK 0.26 0.12 0 0.01
HSL 207.76º 0.94% 0.86% -
HSV(B) 207.76º 0.26% 0.99% -
XYZ 64.1 69.77 103.02 -
YUV 214.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 186 222 253 0.26 0.12 0 0.01 207.76 0.94 0.86
Hex BA DE FD 1A C 0 1 D0 5E 56
Octal 272 336 375 32 14 0 1 320 136 126
Binary 10111010 11011110 11111101 11010 1100 0 1 11010000 1011110 1010110

Color Harmonies of #BADEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEFD

Black with #BADEFD

Text Example


Text Example

White with #BADEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEFD; }

 p { color: rgb(186,222,253); }

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

background-color css

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

 a { background-color: rgb(186,222,253); }

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

border-color css

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

 span { border-color: rgb(186,222,253); }

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