Html Css Color HEX #BAD7FD Pale Cornflower Blue

📋 copy color: '#BAD7FD'

red 186 ◦ green 215 ◦ blue 253

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

Shades of Pale Cornflower Blue #BAD7FD

Tints of Pale Cornflower Blue #BAD7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.87%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 28.44%
G = 32.87%
B = 38.69%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAD7FD (or 0xBAD7FD) is known color: Pale Cornflower Blue. HEX triplet: BA, D7 and FD. RGB value is (186,215,253). Sum of RGB (Red+Green+Blue) = 186+215+253=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7FD is #452802. Grayscale: #D2D2D2. Windows color (decimal): -4532227 or 16635834. OLE color: 16635834.

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

Color convert

RGB 186 215 253 -
CMYK 0.26 0.15 0 0.01
HSL 214.03º 0.94% 0.86% -
HSV(B) 214.03º 0.26% 0.99% -
XYZ 62.28 66.13 102.41 -
YUV 210.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 186 215 253 0.26 0.15 0 0.01 214.03 0.94 0.86
Hex BA D7 FD 1A F 0 1 D6 5E 56
Octal 272 327 375 32 17 0 1 326 136 126
Binary 10111010 11010111 11111101 11010 1111 0 1 11010110 1011110 1010110

Color Harmonies of #BAD7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7FD

Black with #BAD7FD

Text Example


Text Example

White with #BAD7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7FD; }

 p { color: rgb(186,215,253); }

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

background-color css

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

 a { background-color: rgb(186,215,253); }

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

border-color css

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

 span { border-color: rgb(186,215,253); }

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