Html Css Color HEX #BADCFB Pale Cornflower Blue

📋 copy color: '#BADCFB'

red 186 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #BADCFB

Tints of Pale Cornflower Blue #BADCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.49%

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

R = 28.31%
G = 33.49%
B = 38.2%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BADCFB (or 0xBADCFB) is known color: Pale Cornflower Blue. HEX triplet: BA, DC and FB. RGB value is (186,220,251). Sum of RGB (Red+Green+Blue) = 186+220+251=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BADCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCFB is #452304. Grayscale: #D5D5D5. Windows color (decimal): -4530949 or 16506042. OLE color: 16506042.

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

Color convert

RGB 186 220 251 -
CMYK 0.26 0.12 0 0.02
HSL 208.62º 0.89% 0.86% -
HSV(B) 208.62º 0.26% 0.98% -
XYZ 63.26 68.59 101.17 -
YUV 213.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 186 220 251 0.26 0.12 0 0.02 208.62 0.89 0.86
Hex BA DC FB 1A C 0 2 D1 59 56
Octal 272 334 373 32 14 0 2 321 131 126
Binary 10111010 11011100 11111011 11010 1100 0 10 11010001 1011001 1010110

Color Harmonies of #BADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCFB

Black with #BADCFB

Text Example


Text Example

White with #BADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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