Html Css Color HEX #BADAFC Pale Cornflower Blue

📋 copy color: '#BADAFC'

red 186 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #BADAFC

Tints of Pale Cornflower Blue #BADAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 28.35%
G = 33.23%
B = 38.41%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BADAFC (or 0xBADAFC) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and FC. RGB value is (186,218,252). Sum of RGB (Red+Green+Blue) = 186+218+252=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BADAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFC is #452503. Grayscale: #D4D4D4. Windows color (decimal): -4531460 or 16571066. OLE color: 16571066.

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

Color convert

RGB 186 218 252 -
CMYK 0.26 0.13 0 0.01
HSL 210.91º 0.92% 0.86% -
HSV(B) 210.91º 0.26% 0.99% -
XYZ 62.89 67.61 101.83 -
YUV 212.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 186 218 252 0.26 0.13 0 0.01 210.91 0.92 0.86
Hex BA DA FC 1A D 0 1 D3 5C 56
Octal 272 332 374 32 15 0 1 323 134 126
Binary 10111010 11011010 11111100 11010 1101 0 1 11010011 1011100 1010110

Color Harmonies of #BADAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAFC

Black with #BADAFC

Text Example


Text Example

White with #BADAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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