Html Css Color HEX #B8C0CE Spindle

📋 copy color: '#B8C0CE'

red 184 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B8C0CE

Tints of Spindle #B8C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

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

R = 31.62%
G = 32.99%
B = 35.4%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8C0CE (or 0xB8C0CE) is known color: Spindle. HEX triplet: B8, C0 and CE. RGB value is (184,192,206). Sum of RGB (Red+Green+Blue) = 184+192+206=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0CE is #473F31. Grayscale: #BFBFBF. Windows color (decimal): -4669234 or 13549752. OLE color: 13549752.

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

Color convert

RGB 184 192 206 -
CMYK 0.11 0.07 0 0.19
HSL 218.18º 0.18% 0.76% -
HSV(B) 218.18º 0.11% 0.81% -
XYZ 49.76 52.35 65.87 -
YUV 191.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 184 192 206 0.11 0.07 0 0.19 218.18 0.18 0.76
Hex B8 C0 CE B 7 0 13 DA 12 4C
Octal 270 300 316 13 7 0 23 332 22 114
Binary 10111000 11000000 11001110 1011 111 0 10011 11011010 10010 1001100

Color Harmonies of #B8C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C0CE

Black with #B8C0CE

Text Example


Text Example

White with #B8C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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