Html Css Color HEX #B2BCCA Spindle

📋 copy color: '#B2BCCA'

red 178 ◦ green 188 ◦ blue 202

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

Shades of Spindle #B2BCCA

Tints of Spindle #B2BCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 31.34%
G = 33.1%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2BCCA (or 0xB2BCCA) is known color: Spindle. HEX triplet: B2, BC and CA. RGB value is (178,188,202). Sum of RGB (Red+Green+Blue) = 178+188+202=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCCA is #4D4335. Grayscale: #BABABA. Windows color (decimal): -5063478 or 13286578. OLE color: 13286578.

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

Color convert

RGB 178 188 202 -
CMYK 0.12 0.07 0 0.21
HSL 215º 0.18% 0.75% -
HSV(B) 215º 0.12% 0.79% -
XYZ 47 49.7 62.99 -
YUV 186.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 178 188 202 0.12 0.07 0 0.21 215 0.18 0.75
Hex B2 BC CA C 7 0 15 D7 12 4B
Octal 262 274 312 14 7 0 25 327 22 113
Binary 10110010 10111100 11001010 1100 111 0 10101 11010111 10010 1001011

Color Harmonies of #B2BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCCA

Black with #B2BCCA

Text Example


Text Example

White with #B2BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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