Html Css Color HEX #B8BCC4 Spindle

📋 copy color: '#B8BCC4'

red 184 ◦ green 188 ◦ blue 196

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

Shades of Spindle #B8BCC4

Tints of Spindle #B8BCC4

RGB

 RED value IS 184 (72.27% from 255) = 32.39%

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

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 32.39%
G = 33.1%
B = 34.51%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B8BCC4 (or 0xB8BCC4) is known color: Spindle. HEX triplet: B8, BC and C4. RGB value is (184,188,196). Sum of RGB (Red+Green+Blue) = 184+188+196=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 196 - color contains mainly: blue. Hex color #B8BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCC4 is #47433B. Grayscale: #BBBBBB. Windows color (decimal): -4670268 or 12893368. OLE color: 12893368.

HSL color Cylindrical-coordinate representation of color #B8BCC4: hue angle of 220º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8BCC4 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 188 196 -
CMYK 0.06 0.04 0 0.23
HSL 220º 0.09% 0.75% -
HSV(B) 220º 0.06% 0.77% -
XYZ 47.71 50.14 59.39 -
YUV 187.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 184 188 196 0.06 0.04 0 0.23 220 0.09 0.75
Hex B8 BC C4 6 4 0 17 DC 9 4B
Octal 270 274 304 6 4 0 27 334 11 113
Binary 10111000 10111100 11000100 110 100 0 10111 11011100 1001 1001011

Color Harmonies of #B8BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCC4

Black with #B8BCC4

Text Example


Text Example

White with #B8BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCC4; }

 p { color: rgb(184,188,196); }

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

background-color css

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

 a { background-color: rgb(184,188,196); }

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

border-color css

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

 span { border-color: rgb(184,188,196); }

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