Html Css Color HEX #B2BFCC Spindle

📋 copy color: '#B2BFCC'

red 178 ◦ green 191 ◦ blue 204

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

Shades of Spindle #B2BFCC

Tints of Spindle #B2BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 31.06%
G = 33.33%
B = 35.6%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2BFCC (or 0xB2BFCC) is known color: Spindle. HEX triplet: B2, BF and CC. RGB value is (178,191,204). Sum of RGB (Red+Green+Blue) = 178+191+204=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCC is #4D4033. Grayscale: #BCBCBC. Windows color (decimal): -5062708 or 13418418. OLE color: 13418418.

HSL color Cylindrical-coordinate representation of color #B2BFCC: hue angle of 210º degrees, saturation: 0.2, 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 #B2BFCC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 191 204 -
CMYK 0.13 0.06 0 0.2
HSL 210º 0.2% 0.75% -
HSV(B) 210º 0.13% 0.8% -
XYZ 47.89 51.09 64.46 -
YUV 188.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 178 191 204 0.13 0.06 0 0.2 210 0.2 0.75
Hex B2 BF CC D 6 0 14 D2 14 4B
Octal 262 277 314 15 6 0 24 322 24 113
Binary 10110010 10111111 11001100 1101 110 0 10100 11010010 10100 1001011

Color Harmonies of #B2BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFCC

Black with #B2BFCC

Text Example


Text Example

White with #B2BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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