Html Css Color HEX #B3C2CD Spindle

📋 copy color: '#B3C2CD'

red 179 ◦ green 194 ◦ blue 205

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

Shades of Spindle #B3C2CD

Tints of Spindle #B3C2CD

RGB

 RED value IS 179 (70.31% from 255) = 30.97%

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 30.97%
G = 33.56%
B = 35.47%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B3C2CD (or 0xB3C2CD) is known color: Spindle. HEX triplet: B3, C2 and CD. RGB value is (179,194,205). Sum of RGB (Red+Green+Blue) = 179+194+205=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2CD is #4C3D32. Grayscale: #BEBEBE. Windows color (decimal): -4996403 or 13484723. OLE color: 13484723.

HSL color Cylindrical-coordinate representation of color #B3C2CD: hue angle of 205.38º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C2CD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 194 205 -
CMYK 0.13 0.05 0 0.20
HSL 205.38º 0.21% 0.75% -
HSV(B) 205.38º 0.13% 0.8% -
XYZ 48.9 52.58 65.33 -
YUV 190.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 179 194 205 0.13 0.05 0 0.20 205.38 0.21 0.75
Hex B3 C2 CD D 5 0 14 CD 15 4B
Octal 263 302 315 15 5 0 24 315 25 113
Binary 10110011 11000010 11001101 1101 101 0 10100 11001101 10101 1001011

Color Harmonies of #B3C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C2CD

Black with #B3C2CD

Text Example


Text Example

White with #B3C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C2CD; }

 p { color: rgb(179,194,205); }

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

background-color css

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

 a { background-color: rgb(179,194,205); }

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

border-color css

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

 span { border-color: rgb(179,194,205); }

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