Html Css Color HEX #B1BDD6 Spindle

📋 copy color: '#B1BDD6'

red 177 ◦ green 189 ◦ blue 214

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

Shades of Spindle #B1BDD6

Tints of Spindle #B1BDD6

RGB

 RED value IS 177 (69.53% from 255) = 30.52%

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 30.52%
G = 32.59%
B = 36.9%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1BDD6 (or 0xB1BDD6) is known color: Spindle. HEX triplet: B1, BD and D6. RGB value is (177,189,214). Sum of RGB (Red+Green+Blue) = 177+189+214=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDD6 is #4E4229. Grayscale: #BCBCBC. Windows color (decimal): -5128746 or 14073265. OLE color: 14073265.

HSL color Cylindrical-coordinate representation of color #B1BDD6: hue angle of 220.54º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1BDD6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 189 214 -
CMYK 0.17 0.12 0 0.16
HSL 220.54º 0.31% 0.77% -
HSV(B) 220.54º 0.17% 0.84% -
XYZ 48.47 50.6 70.83 -
YUV 188.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 177 189 214 0.17 0.12 0 0.16 220.54 0.31 0.77
Hex B1 BD D6 11 C 0 10 DD 1F 4D
Octal 261 275 326 21 14 0 20 335 37 115
Binary 10110001 10111101 11010110 10001 1100 0 10000 11011101 11111 1001101

Color Harmonies of #B1BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDD6

Black with #B1BDD6

Text Example


Text Example

White with #B1BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDD6; }

 p { color: rgb(177,189,214); }

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

background-color css

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

 a { background-color: rgb(177,189,214); }

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

border-color css

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

 span { border-color: rgb(177,189,214); }

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