Html Css Color HEX #B8C3CC Spindle

📋 copy color: '#B8C3CC'

red 184 ◦ green 195 ◦ blue 204

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

Shades of Spindle #B8C3CC

Tints of Spindle #B8C3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.45%

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 31.56%
G = 33.45%
B = 34.99%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8C3CC (or 0xB8C3CC) is known color: Spindle. HEX triplet: B8, C3 and CC. RGB value is (184,195,204). Sum of RGB (Red+Green+Blue) = 184+195+204=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C3CC is #473C33. Grayscale: #C0C0C0. Windows color (decimal): -4668468 or 13419448. OLE color: 13419448.

HSL color Cylindrical-coordinate representation of color #B8C3CC: hue angle of 207º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C3CC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 195 204 -
CMYK 0.10 0.04 0 0.2
HSL 207º 0.16% 0.76% -
HSV(B) 207º 0.1% 0.8% -
XYZ 50.18 53.58 64.82 -
YUV 192.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 184 195 204 0.10 0.04 0 0.2 207 0.16 0.76
Hex B8 C3 CC A 4 0 14 CF 10 4C
Octal 270 303 314 12 4 0 24 317 20 114
Binary 10111000 11000011 11001100 1010 100 0 10100 11001111 10000 1001100

Color Harmonies of #B8C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C3CC

Black with #B8C3CC

Text Example


Text Example

White with #B8C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C3CC; }

 p { color: rgb(184,195,204); }

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

background-color css

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

 a { background-color: rgb(184,195,204); }

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

border-color css

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

 span { border-color: rgb(184,195,204); }

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