Html Css Color HEX #BACBDA Spindle

📋 copy color: '#BACBDA'

red 186 ◦ green 203 ◦ blue 218

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

Shades of Spindle #BACBDA

Tints of Spindle #BACBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.44%

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

R = 30.64%
G = 33.44%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACBDA (or 0xBACBDA) is known color: Spindle. HEX triplet: BA, CB and DA. RGB value is (186,203,218). Sum of RGB (Red+Green+Blue) = 186+203+218=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBDA is #453425. Grayscale: #C7C7C7. Windows color (decimal): -4535334 or 14339002. OLE color: 14339002.

HSL color Cylindrical-coordinate representation of color #BACBDA: hue angle of 208.12º 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 #BACBDA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 203 218 -
CMYK 0.15 0.07 0 0.15
HSL 208.13º 0.3% 0.79% -
HSV(B) 208.13º 0.15% 0.85% -
XYZ 54.26 58.21 74.71 -
YUV 199.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 186 203 218 0.15 0.07 0 0.15 208.13 0.3 0.79
Hex BA CB DA F 7 0 F D0 1E 4F
Octal 272 313 332 17 7 0 17 320 36 117
Binary 10111010 11001011 11011010 1111 111 0 1111 11010000 11110 1001111

Color Harmonies of #BACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBDA

Black with #BACBDA

Text Example


Text Example

White with #BACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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