Html Css Color HEX #B4BFCE Spindle

📋 copy color: '#B4BFCE'

red 180 ◦ green 191 ◦ blue 206

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

Shades of Spindle #B4BFCE

Tints of Spindle #B4BFCE

RGB

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

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

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

R = 31.2%
G = 33.1%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BFCE (or 0xB4BFCE) is known color: Spindle. HEX triplet: B4, BF and CE. RGB value is (180,191,206). Sum of RGB (Red+Green+Blue) = 180+191+206=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFCE is #4B4031. Grayscale: #BDBDBD. Windows color (decimal): -4931634 or 13549492. OLE color: 13549492.

HSL color Cylindrical-coordinate representation of color #B4BFCE: hue angle of 214.62º 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 #B4BFCE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 191 206 -
CMYK 0.13 0.07 0 0.19
HSL 214.62º 0.21% 0.76% -
HSV(B) 214.62º 0.13% 0.81% -
XYZ 48.59 51.42 65.76 -
YUV 189.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 180 191 206 0.13 0.07 0 0.19 214.62 0.21 0.76
Hex B4 BF CE D 7 0 13 D7 15 4C
Octal 264 277 316 15 7 0 23 327 25 114
Binary 10110100 10111111 11001110 1101 111 0 10011 11010111 10101 1001100

Color Harmonies of #B4BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFCE

Black with #B4BFCE

Text Example


Text Example

White with #B4BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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