Html Css Color HEX #BCC3B2 Tasman

📋 copy color: '#BCC3B2'

red 188 ◦ green 195 ◦ blue 178

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

Shades of Tasman #BCC3B2

Tints of Tasman #BCC3B2

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

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

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 33.51%
G = 34.76%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BCC3B2 (or 0xBCC3B2) is known color: Tasman. HEX triplet: BC, C3 and B2. RGB value is (188,195,178). Sum of RGB (Red+Green+Blue) = 188+195+178=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3B2 is #433C4D. Grayscale: #BFBFBF. Windows color (decimal): -4406350 or 11715516. OLE color: 11715516.

HSL color Cylindrical-coordinate representation of color #BCC3B2: hue angle of 84.71º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC3B2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 178 -
CMYK 0.04 0 0.09 0.24
HSL 84.71º 0.12% 0.73% -
HSV(B) 84.71º 0.09% 0.76% -
XYZ 48.29 52.94 49.79 -
YUV 190.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 188 195 178 0.04 0 0.09 0.24 84.71 0.12 0.73
Hex BC C3 B2 4 0 9 18 55 C 49
Octal 274 303 262 4 0 11 30 125 14 111
Binary 10111100 11000011 10110010 100 0 1001 11000 1010101 1100 1001001

Color Harmonies of #BCC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3B2

Black with #BCC3B2

Text Example


Text Example

White with #BCC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3B2; }

 p { color: rgb(188,195,178); }

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

background-color css

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

 a { background-color: rgb(188,195,178); }

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

border-color css

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

 span { border-color: rgb(188,195,178); }

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