Html Css Color HEX #B2BDC9 Spindle

📋 copy color: '#B2BDC9'

red 178 ◦ green 189 ◦ blue 201

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

Shades of Spindle #B2BDC9

Tints of Spindle #B2BDC9

RGB

 RED value IS 178 (69.92% from 255) = 31.34%

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

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 31.34%
G = 33.27%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2BDC9 (or 0xB2BDC9) is known color: Spindle. HEX triplet: B2, BD and C9. RGB value is (178,189,201). Sum of RGB (Red+Green+Blue) = 178+189+201=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC9 is #4D4236. Grayscale: #BBBBBB. Windows color (decimal): -5063223 or 13221298. OLE color: 13221298.

HSL color Cylindrical-coordinate representation of color #B2BDC9: hue angle of 211.3º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BDC9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 189 201 -
CMYK 0.11 0.06 0 0.21
HSL 211.3º 0.18% 0.74% -
HSV(B) 211.3º 0.11% 0.79% -
XYZ 47.1 50.08 62.44 -
YUV 187.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 178 189 201 0.11 0.06 0 0.21 211.3 0.18 0.74
Hex B2 BD C9 B 6 0 15 D3 12 4A
Octal 262 275 311 13 6 0 25 323 22 112
Binary 10110010 10111101 11001001 1011 110 0 10101 11010011 10010 1001010

Color Harmonies of #B2BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDC9

Black with #B2BDC9

Text Example


Text Example

White with #B2BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDC9; }

 p { color: rgb(178,189,201); }

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

background-color css

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

 a { background-color: rgb(178,189,201); }

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

border-color css

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

 span { border-color: rgb(178,189,201); }

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