Html Css Color HEX #B2CEB6 Surf

📋 copy color: '#B2CEB6'

red 178 ◦ green 206 ◦ blue 182

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

Shades of Surf #B2CEB6

Tints of Surf #B2CEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 182 (71.48% from 255) = 32.16%

R = 31.45%
G = 36.4%
B = 32.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B2CEB6 (or 0xB2CEB6) is known color: Surf. HEX triplet: B2, CE and B6. RGB value is (178,206,182). Sum of RGB (Red+Green+Blue) = 178+206+182=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB6 is #4D3149. Grayscale: #C2C2C2. Windows color (decimal): -5058890 or 11980466. OLE color: 11980466.

HSL color Cylindrical-coordinate representation of color #B2CEB6: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEB6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 182 -
CMYK 0.14 0 0.12 0.19
HSL 128.57º 0.22% 0.75% -
HSV(B) 128.57º 0.14% 0.81% -
XYZ 48.87 56.99 52.68 -
YUV 194.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 178 206 182 0.14 0 0.12 0.19 128.57 0.22 0.75
Hex B2 CE B6 E 0 C 13 81 16 4B
Octal 262 316 266 16 0 14 23 201 26 113
Binary 10110010 11001110 10110110 1110 0 1100 10011 10000001 10110 1001011

Color Harmonies of #B2CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEB6

Black with #B2CEB6

Text Example


Text Example

White with #B2CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEB6; }

 p { color: rgb(178,206,182); }

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

background-color css

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

 a { background-color: rgb(178,206,182); }

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

border-color css

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

 span { border-color: rgb(178,206,182); }

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