Html Css Color HEX #BADAFB Pale Cornflower Blue

📋 copy color: '#BADAFB'

red 186 ◦ green 218 ◦ blue 251

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

Shades of Pale Cornflower Blue #BADAFB

Tints of Pale Cornflower Blue #BADAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 28.4%
G = 33.28%
B = 38.32%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BADAFB (or 0xBADAFB) is known color: Pale Cornflower Blue. HEX triplet: BA, DA and FB. RGB value is (186,218,251). Sum of RGB (Red+Green+Blue) = 186+218+251=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BADAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAFB is #452504. Grayscale: #D4D4D4. Windows color (decimal): -4531461 or 16505530. OLE color: 16505530.

HSL color Cylindrical-coordinate representation of color #BADAFB: hue angle of 210.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADAFB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 218 251 -
CMYK 0.26 0.13 0 0.02
HSL 210.46º 0.89% 0.86% -
HSV(B) 210.46º 0.26% 0.98% -
XYZ 62.73 67.55 101 -
YUV 212.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 186 218 251 0.26 0.13 0 0.02 210.46 0.89 0.86
Hex BA DA FB 1A D 0 2 D2 59 56
Octal 272 332 373 32 15 0 2 322 131 126
Binary 10111010 11011010 11111011 11010 1101 0 10 11010010 1011001 1010110

Color Harmonies of #BADAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAFB

Black with #BADAFB

Text Example


Text Example

White with #BADAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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