Html Css Color HEX #B8BECE Spindle

📋 copy color: '#B8BECE'

red 184 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B8BECE

Tints of Spindle #B8BECE

RGB

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

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

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

R = 31.72%
G = 32.76%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8BECE (or 0xB8BECE) is known color: Spindle. HEX triplet: B8, BE and CE. RGB value is (184,190,206). Sum of RGB (Red+Green+Blue) = 184+190+206=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BECE is #474131. Grayscale: #BDBDBD. Windows color (decimal): -4669746 or 13549240. OLE color: 13549240.

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

Color convert

RGB 184 190 206 -
CMYK 0.11 0.08 0 0.19
HSL 223.64º 0.18% 0.76% -
HSV(B) 223.64º 0.11% 0.81% -
XYZ 49.32 51.47 65.73 -
YUV 190.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 184 190 206 0.11 0.08 0 0.19 223.64 0.18 0.76
Hex B8 BE CE B 8 0 13 E0 12 4C
Octal 270 276 316 13 10 0 23 340 22 114
Binary 10111000 10111110 11001110 1011 1000 0 10011 11100000 10010 1001100

Color Harmonies of #B8BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BECE

Black with #B8BECE

Text Example


Text Example

White with #B8BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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