Html Css Color HEX #B2CCB4 Surf

📋 copy color: '#B2CCB4'

red 178 ◦ green 204 ◦ blue 180

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

Shades of Surf #B2CCB4

Tints of Surf #B2CCB4

RGB

 RED value IS 178 (69.92% from 255) = 31.67%

 GREEN value IS 204 (80.08% from 255) = 36.3%

 BLUE value IS 180 (70.7% from 255) = 32.03%

R = 31.67%
G = 36.3%
B = 32.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#B2CCB4 (or 0xB2CCB4) is known color: Surf. HEX triplet: B2, CC and B4. RGB value is (178,204,180). Sum of RGB (Red+Green+Blue) = 178+204+180=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCB4 is #4D334B. Grayscale: #C1C1C1. Windows color (decimal): -5059404 or 11848882. OLE color: 11848882.

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

Color convert

RGB 178 204 180 -
CMYK 0.13 0 0.12 0.2
HSL 124.62º 0.2% 0.75% -
HSV(B) 124.62º 0.13% 0.8% -
XYZ 48.19 55.95 51.44 -
YUV 193.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 178 204 180 0.13 0 0.12 0.2 124.62 0.2 0.75
Hex B2 CC B4 D 0 C 14 7D 14 4B
Octal 262 314 264 15 0 14 24 175 24 113
Binary 10110010 11001100 10110100 1101 0 1100 10100 1111101 10100 1001011

Color Harmonies of #B2CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCB4

Black with #B2CCB4

Text Example


Text Example

White with #B2CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCB4; }

 p { color: rgb(178,204,180); }

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

background-color css

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

 a { background-color: rgb(178,204,180); }

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

border-color css

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

 span { border-color: rgb(178,204,180); }

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