Html Css Color HEX #B2BFCD Spindle

📋 copy color: '#B2BFCD'

red 178 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B2BFCD

Tints of Spindle #B2BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 31.01%
G = 33.28%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2BFCD (or 0xB2BFCD) is known color: Spindle. HEX triplet: B2, BF and CD. RGB value is (178,191,205). Sum of RGB (Red+Green+Blue) = 178+191+205=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCD is #4D4032. Grayscale: #BCBCBC. Windows color (decimal): -5062707 or 13483954. OLE color: 13483954.

HSL color Cylindrical-coordinate representation of color #B2BFCD: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BFCD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 191 205 -
CMYK 0.13 0.07 0 0.20
HSL 211.11º 0.21% 0.75% -
HSV(B) 211.11º 0.13% 0.8% -
XYZ 48.01 51.13 65.1 -
YUV 188.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 178 191 205 0.13 0.07 0 0.20 211.11 0.21 0.75
Hex B2 BF CD D 7 0 14 D3 15 4B
Octal 262 277 315 15 7 0 24 323 25 113
Binary 10110010 10111111 11001101 1101 111 0 10100 11010011 10101 1001011

Color Harmonies of #B2BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFCD

Black with #B2BFCD

Text Example


Text Example

White with #B2BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFCD; }

 p { color: rgb(178,191,205); }

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

background-color css

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

 a { background-color: rgb(178,191,205); }

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

border-color css

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

 span { border-color: rgb(178,191,205); }

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