Html Css Color HEX #B4BCCE Spindle

📋 copy color: '#B4BCCE'

red 180 ◦ green 188 ◦ blue 206

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

Shades of Spindle #B4BCCE

Tints of Spindle #B4BCCE

RGB

 RED value IS 180 (70.7% from 255) = 31.36%

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 31.36%
G = 32.75%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BCCE (or 0xB4BCCE) is known color: Spindle. HEX triplet: B4, BC and CE. RGB value is (180,188,206). Sum of RGB (Red+Green+Blue) = 180+188+206=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCCE is #4B4331. Grayscale: #BBBBBB. Windows color (decimal): -4932402 or 13548724. OLE color: 13548724.

HSL color Cylindrical-coordinate representation of color #B4BCCE: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BCCE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 188 206 -
CMYK 0.13 0.09 0 0.19
HSL 221.54º 0.21% 0.76% -
HSV(B) 221.54º 0.13% 0.81% -
XYZ 47.95 50.13 65.54 -
YUV 187.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 180 188 206 0.13 0.09 0 0.19 221.54 0.21 0.76
Hex B4 BC CE D 9 0 13 DE 15 4C
Octal 264 274 316 15 11 0 23 336 25 114
Binary 10110100 10111100 11001110 1101 1001 0 10011 11011110 10101 1001100

Color Harmonies of #B4BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCCE

Black with #B4BCCE

Text Example


Text Example

White with #B4BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCCE; }

 p { color: rgb(180,188,206); }

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

background-color css

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

 a { background-color: rgb(180,188,206); }

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

border-color css

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

 span { border-color: rgb(180,188,206); }

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