Html Css Color HEX #B2BCCB Spindle

📋 copy color: '#B2BCCB'

red 178 ◦ green 188 ◦ blue 203

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

Shades of Spindle #B2BCCB

Tints of Spindle #B2BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 31.28%
G = 33.04%
B = 35.68%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2BCCB (or 0xB2BCCB) is known color: Spindle. HEX triplet: B2, BC and CB. RGB value is (178,188,203). Sum of RGB (Red+Green+Blue) = 178+188+203=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCCB is #4D4334. Grayscale: #BABABA. Windows color (decimal): -5063477 or 13352114. OLE color: 13352114.

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

Color convert

RGB 178 188 203 -
CMYK 0.12 0.07 0 0.20
HSL 216º 0.19% 0.75% -
HSV(B) 216º 0.12% 0.8% -
XYZ 47.12 49.74 63.62 -
YUV 186.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 178 188 203 0.12 0.07 0 0.20 216 0.19 0.75
Hex B2 BC CB C 7 0 14 D8 13 4B
Octal 262 274 313 14 7 0 24 330 23 113
Binary 10110010 10111100 11001011 1100 111 0 10100 11011000 10011 1001011

Color Harmonies of #B2BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCCB

Black with #B2BCCB

Text Example


Text Example

White with #B2BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCCB; }

 p { color: rgb(178,188,203); }

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

background-color css

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

 a { background-color: rgb(178,188,203); }

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

border-color css

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

 span { border-color: rgb(178,188,203); }

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