Html Css Color HEX #B1BECE Spindle

📋 copy color: '#B1BECE'

red 177 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B1BECE

Tints of Spindle #B1BECE

RGB

 RED value IS 177 (69.53% from 255) = 30.89%

 GREEN value IS 190 (74.61% from 255) = 33.16%

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

R = 30.89%
G = 33.16%
B = 35.95%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1BECE (or 0xB1BECE) is known color: Spindle. HEX triplet: B1, BE and CE. RGB value is (177,190,206). Sum of RGB (Red+Green+Blue) = 177+190+206=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BECE is #4E4131. Grayscale: #BBBBBB. Windows color (decimal): -5128498 or 13549233. OLE color: 13549233.

HSL color Cylindrical-coordinate representation of color #B1BECE: hue angle of 213.1º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BECE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 190 206 -
CMYK 0.14 0.08 0 0.19
HSL 213.1º 0.23% 0.75% -
HSV(B) 213.1º 0.14% 0.81% -
XYZ 47.69 50.63 65.65 -
YUV 187.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 177 190 206 0.14 0.08 0 0.19 213.1 0.23 0.75
Hex B1 BE CE E 8 0 13 D5 17 4B
Octal 261 276 316 16 10 0 23 325 27 113
Binary 10110001 10111110 11001110 1110 1000 0 10011 11010101 10111 1001011

Color Harmonies of #B1BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BECE

Black with #B1BECE

Text Example


Text Example

White with #B1BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BECE; }

 p { color: rgb(177,190,206); }

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

background-color css

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

 a { background-color: rgb(177,190,206); }

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

border-color css

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

 span { border-color: rgb(177,190,206); }

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