Html Css Color HEX #BCC0B2 Tasman

📋 copy color: '#BCC0B2'

red 188 ◦ green 192 ◦ blue 178

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

Shades of Tasman #BCC0B2

Tints of Tasman #BCC0B2

RGB

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

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

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

R = 33.69%
G = 34.41%
B = 31.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BCC0B2 (or 0xBCC0B2) is known color: Tasman. HEX triplet: BC, C0 and B2. RGB value is (188,192,178). Sum of RGB (Red+Green+Blue) = 188+192+178=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0B2 is #433F4D. Grayscale: #BDBDBD. Windows color (decimal): -4407118 or 11714748. OLE color: 11714748.

HSL color Cylindrical-coordinate representation of color #BCC0B2: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC0B2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 178 -
CMYK 0.02 0 0.07 0.25
HSL 77.14º 0.1% 0.73% -
HSV(B) 77.14º 0.07% 0.75% -
XYZ 47.62 51.6 49.57 -
YUV 189.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 188 192 178 0.02 0 0.07 0.25 77.14 0.1 0.73
Hex BC C0 B2 2 0 7 19 4D A 49
Octal 274 300 262 2 0 7 31 115 12 111
Binary 10111100 11000000 10110010 10 0 111 11001 1001101 1010 1001001

Color Harmonies of #BCC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0B2

Black with #BCC0B2

Text Example


Text Example

White with #BCC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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