Html Css Color HEX #BADAFD Pale Cornflower Blue

📋 copy color: '#BADAFD'

red 186 ◦ green 218 ◦ blue 253

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

Shades of Pale Cornflower Blue #BADAFD

Tints of Pale Cornflower Blue #BADAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.18%

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

R = 28.31%
G = 33.18%
B = 38.51%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BADAFD (or 0xBADAFD) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and FD. RGB value is (186,218,253). Sum of RGB (Red+Green+Blue) = 186+218+253=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BADAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFD is #452502. Grayscale: #D4D4D4. Windows color (decimal): -4531459 or 16636602. OLE color: 16636602.

HSL color Cylindrical-coordinate representation of color #BADAFD: hue angle of 211.34º 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 #BADAFD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 218 253 -
CMYK 0.26 0.14 0 0.01
HSL 211.34º 0.94% 0.86% -
HSV(B) 211.34º 0.26% 0.99% -
XYZ 63.05 67.67 102.67 -
YUV 212.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 186 218 253 0.26 0.14 0 0.01 211.34 0.94 0.86
Hex BA DA FD 1A E 0 1 D3 5E 56
Octal 272 332 375 32 16 0 1 323 136 126
Binary 10111010 11011010 11111101 11010 1110 0 1 11010011 1011110 1010110

Color Harmonies of #BADAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAFD

Black with #BADAFD

Text Example


Text Example

White with #BADAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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