Html Css Color HEX #BACCD7 Spindle

📋 copy color: '#BACCD7'

red 186 ◦ green 204 ◦ blue 215

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

Shades of Spindle #BACCD7

Tints of Spindle #BACCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 30.74%
G = 33.72%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BACCD7 (or 0xBACCD7) is known color: Spindle. HEX triplet: BA, CC and D7. RGB value is (186,204,215). Sum of RGB (Red+Green+Blue) = 186+204+215=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD7 is #453328. Grayscale: #C7C7C7. Windows color (decimal): -4535081 or 14142650. OLE color: 14142650.

HSL color Cylindrical-coordinate representation of color #BACCD7: hue angle of 202.76º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCD7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 204 215 -
CMYK 0.13 0.05 0 0.16
HSL 202.76º 0.27% 0.79% -
HSV(B) 202.76º 0.13% 0.84% -
XYZ 54.11 58.53 72.74 -
YUV 199.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 186 204 215 0.13 0.05 0 0.16 202.76 0.27 0.79
Hex BA CC D7 D 5 0 10 CB 1B 4F
Octal 272 314 327 15 5 0 20 313 33 117
Binary 10111010 11001100 11010111 1101 101 0 10000 11001011 11011 1001111

Color Harmonies of #BACCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD7

Black with #BACCD7

Text Example


Text Example

White with #BACCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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