Html Css Color HEX #B7C2CC Spindle

📋 copy color: '#B7C2CC'

red 183 ◦ green 194 ◦ blue 204

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

Shades of Spindle #B7C2CC

Tints of Spindle #B7C2CC

RGB

 RED value IS 183 (71.88% from 255) = 31.5%

 GREEN value IS 194 (76.17% from 255) = 33.39%

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

R = 31.5%
G = 33.39%
B = 35.11%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7C2CC (or 0xB7C2CC) is known color: Spindle. HEX triplet: B7, C2 and CC. RGB value is (183,194,204). Sum of RGB (Red+Green+Blue) = 183+194+204=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2CC is #483D33. Grayscale: #BFBFBF. Windows color (decimal): -4734260 or 13419191. OLE color: 13419191.

HSL color Cylindrical-coordinate representation of color #B7C2CC: hue angle of 208.57º degrees, saturation: 0.17, 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 #B7C2CC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 194 204 -
CMYK 0.10 0.05 0 0.2
HSL 208.57º 0.17% 0.76% -
HSV(B) 208.57º 0.1% 0.8% -
XYZ 49.72 53.01 64.74 -
YUV 191.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 183 194 204 0.10 0.05 0 0.2 208.57 0.17 0.76
Hex B7 C2 CC A 5 0 14 D1 11 4C
Octal 267 302 314 12 5 0 24 321 21 114
Binary 10110111 11000010 11001100 1010 101 0 10100 11010001 10001 1001100

Color Harmonies of #B7C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2CC

Black with #B7C2CC

Text Example


Text Example

White with #B7C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2CC; }

 p { color: rgb(183,194,204); }

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

background-color css

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

 a { background-color: rgb(183,194,204); }

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

border-color css

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

 span { border-color: rgb(183,194,204); }

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