Html Css Color HEX #B2CEB5 Surf

📋 copy color: '#B2CEB5'

red 178 ◦ green 206 ◦ blue 181

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

Shades of Surf #B2CEB5

Tints of Surf #B2CEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.04%

R = 31.5%
G = 36.46%
B = 32.04%

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

#B2CEB5 (or 0xB2CEB5) is known color: Surf. HEX triplet: B2, CE and B5. RGB value is (178,206,181). Sum of RGB (Red+Green+Blue) = 178+206+181=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB5 is #4D314A. Grayscale: #C2C2C2. Windows color (decimal): -5058891 or 11914930. OLE color: 11914930.

HSL color Cylindrical-coordinate representation of color #B2CEB5: hue angle of 126.43º 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 #B2CEB5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 181 -
CMYK 0.14 0 0.12 0.19
HSL 126.43º 0.22% 0.75% -
HSV(B) 126.43º 0.14% 0.81% -
XYZ 48.77 56.94 52.14 -
YUV 194.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 178 206 181 0.14 0 0.12 0.19 126.43 0.22 0.75
Hex B2 CE B5 E 0 C 13 7E 16 4B
Octal 262 316 265 16 0 14 23 176 26 113
Binary 10110010 11001110 10110101 1110 0 1100 10011 1111110 10110 1001011

Color Harmonies of #B2CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEB5

Black with #B2CEB5

Text Example


Text Example

White with #B2CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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