Html Css Color HEX #B6BDD1 Spindle

📋 copy color: '#B6BDD1'

red 182 ◦ green 189 ◦ blue 209

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

Shades of Spindle #B6BDD1

Tints of Spindle #B6BDD1

RGB

 RED value IS 182 (71.48% from 255) = 31.38%

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 31.38%
G = 32.59%
B = 36.03%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B6BDD1 (or 0xB6BDD1) is known color: Spindle. HEX triplet: B6, BD and D1. RGB value is (182,189,209). Sum of RGB (Red+Green+Blue) = 182+189+209=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDD1 is #49422E. Grayscale: #BDBDBD. Windows color (decimal): -4801071 or 13745590. OLE color: 13745590.

HSL color Cylindrical-coordinate representation of color #B6BDD1: hue angle of 224.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6BDD1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 189 209 -
CMYK 0.13 0.10 0 0.18
HSL 224.44º 0.23% 0.77% -
HSV(B) 224.44º 0.13% 0.82% -
XYZ 49 50.94 67.57 -
YUV 189.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 182 189 209 0.13 0.10 0 0.18 224.44 0.23 0.77
Hex B6 BD D1 D A 0 12 E0 17 4D
Octal 266 275 321 15 12 0 22 340 27 115
Binary 10110110 10111101 11010001 1101 1010 0 10010 11100000 10111 1001101

Color Harmonies of #B6BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDD1

Black with #B6BDD1

Text Example


Text Example

White with #B6BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDD1; }

 p { color: rgb(182,189,209); }

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

background-color css

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

 a { background-color: rgb(182,189,209); }

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

border-color css

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

 span { border-color: rgb(182,189,209); }

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