Html Css Color HEX #BACBDD Spindle

📋 copy color: '#BACBDD'

red 186 ◦ green 203 ◦ blue 221

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

Shades of Spindle #BACBDD

Tints of Spindle #BACBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 30.49%
G = 33.28%
B = 36.23%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BACBDD (or 0xBACBDD) is known color: Spindle. HEX triplet: BA, CB and DD. RGB value is (186,203,221). Sum of RGB (Red+Green+Blue) = 186+203+221=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBDD is #453422. Grayscale: #C7C7C7. Windows color (decimal): -4535331 or 14535610. OLE color: 14535610.

HSL color Cylindrical-coordinate representation of color #BACBDD: hue angle of 210.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACBDD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 203 221 -
CMYK 0.16 0.08 0 0.13
HSL 210.86º 0.34% 0.8% -
HSV(B) 210.86º 0.16% 0.87% -
XYZ 54.66 58.37 76.79 -
YUV 199.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 186 203 221 0.16 0.08 0 0.13 210.86 0.34 0.8
Hex BA CB DD 10 8 0 D D3 22 50
Octal 272 313 335 20 10 0 15 323 42 120
Binary 10111010 11001011 11011101 10000 1000 0 1101 11010011 100010 1010000

Color Harmonies of #BACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBDD

Black with #BACBDD

Text Example


Text Example

White with #BACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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