Html Css Color HEX #BADBFE Pale Cornflower Blue

📋 copy color: '#BADBFE'

red 186 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #BADBFE

Tints of Pale Cornflower Blue #BADBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.23%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 28.22%
G = 33.23%
B = 38.54%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BADBFE (or 0xBADBFE) is known color: Pale Cornflower Blue. HEX triplet: BA, DB and FE. RGB value is (186,219,254). Sum of RGB (Red+Green+Blue) = 186+219+254=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BADBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBFE is #452401. Grayscale: #D4D4D4. Windows color (decimal): -4531202 or 16702394. OLE color: 16702394.

HSL color Cylindrical-coordinate representation of color #BADBFE: hue angle of 210.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADBFE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 219 254 -
CMYK 0.27 0.14 0 0.00
HSL 210.88º 0.97% 0.86% -
HSV(B) 210.88º 0.27% 1% -
XYZ 63.47 68.26 103.6 -
YUV 213.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 186 219 254 0.27 0.14 0 0.00 210.88 0.97 0.86
Hex BA DB FE 1B E 0 0 D3 61 56
Octal 272 333 376 33 16 0 0 323 141 126
Binary 10111010 11011011 11111110 11011 1110 0 0 11010011 1100001 1010110

Color Harmonies of #BADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBFE

Black with #BADBFE

Text Example


Text Example

White with #BADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBFE; }

 p { color: rgb(186,219,254); }

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

background-color css

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

 a { background-color: rgb(186,219,254); }

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

border-color css

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

 span { border-color: rgb(186,219,254); }

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