Html Css Color HEX #BAD2FE Pale Cornflower Blue

📋 copy color: '#BAD2FE'

red 186 ◦ green 210 ◦ blue 254

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

Shades of Pale Cornflower Blue #BAD2FE

Tints of Pale Cornflower Blue #BAD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

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

R = 28.62%
G = 32.31%
B = 39.08%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAD2FE (or 0xBAD2FE) is known color: Pale Cornflower Blue. HEX triplet: BA, D2 and FE. RGB value is (186,210,254). Sum of RGB (Red+Green+Blue) = 186+210+254=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2FE is #452D01. Grayscale: #CFCFCF. Windows color (decimal): -4533506 or 16700090. OLE color: 16700090.

HSL color Cylindrical-coordinate representation of color #BAD2FE: hue angle of 218.82º 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 #BAD2FE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 210 254 -
CMYK 0.27 0.17 0 0.00
HSL 218.82º 0.97% 0.86% -
HSV(B) 218.82º 0.27% 1% -
XYZ 61.19 63.69 102.83 -
YUV 207.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 186 210 254 0.27 0.17 0 0.00 218.82 0.97 0.86
Hex BA D2 FE 1B 11 0 0 DB 61 56
Octal 272 322 376 33 21 0 0 333 141 126
Binary 10111010 11010010 11111110 11011 10001 0 0 11011011 1100001 1010110

Color Harmonies of #BAD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2FE

Black with #BAD2FE

Text Example


Text Example

White with #BAD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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