Html Css Color HEX #BACCDA Spindle

📋 copy color: '#BACCDA'

red 186 ◦ green 204 ◦ blue 218

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

Shades of Spindle #BACCDA

Tints of Spindle #BACCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 30.59%
G = 33.55%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACCDA (or 0xBACCDA) is known color: Spindle. HEX triplet: BA, CC and DA. RGB value is (186,204,218). Sum of RGB (Red+Green+Blue) = 186+204+218=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDA is #453325. Grayscale: #C8C8C8. Windows color (decimal): -4535078 or 14339258. OLE color: 14339258.

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

Color convert

RGB 186 204 218 -
CMYK 0.15 0.06 0 0.15
HSL 206.25º 0.3% 0.79% -
HSV(B) 206.25º 0.15% 0.85% -
XYZ 54.5 58.69 74.79 -
YUV 200.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 186 204 218 0.15 0.06 0 0.15 206.25 0.3 0.79
Hex BA CC DA F 6 0 F CE 1E 4F
Octal 272 314 332 17 6 0 17 316 36 117
Binary 10111010 11001100 11011010 1111 110 0 1111 11001110 11110 1001111

Color Harmonies of #BACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCDA

Black with #BACCDA

Text Example


Text Example

White with #BACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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