Html Css Color HEX #BAC4D8 Spindle

📋 copy color: '#BAC4D8'

red 186 ◦ green 196 ◦ blue 216

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

Shades of Spindle #BAC4D8

Tints of Spindle #BAC4D8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.78%

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 31.1%
G = 32.78%
B = 36.12%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC4D8 (or 0xBAC4D8) is known color: Spindle. HEX triplet: BA, C4 and D8. RGB value is (186,196,216). Sum of RGB (Red+Green+Blue) = 186+196+216=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D8 is #453B27. Grayscale: #C3C3C3. Windows color (decimal): -4537128 or 14206138. OLE color: 14206138.

HSL color Cylindrical-coordinate representation of color #BAC4D8: hue angle of 220º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC4D8 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 196 216 -
CMYK 0.14 0.09 0 0.15
HSL 220º 0.28% 0.79% -
HSV(B) 220º 0.14% 0.85% -
XYZ 52.38 54.88 72.8 -
YUV 195.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 186 196 216 0.14 0.09 0 0.15 220 0.28 0.79
Hex BA C4 D8 E 9 0 F DC 1C 4F
Octal 272 304 330 16 11 0 17 334 34 117
Binary 10111010 11000100 11011000 1110 1001 0 1111 11011100 11100 1001111

Color Harmonies of #BAC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4D8

Black with #BAC4D8

Text Example


Text Example

White with #BAC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4D8; }

 p { color: rgb(186,196,216); }

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

background-color css

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

 a { background-color: rgb(186,196,216); }

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

border-color css

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

 span { border-color: rgb(186,196,216); }

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