Html Css Color HEX #B2CEB4 Surf

📋 copy color: '#B2CEB4'

red 178 ◦ green 206 ◦ blue 180

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

Shades of Surf #B2CEB4

Tints of Surf #B2CEB4

RGB

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

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

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

R = 31.56%
G = 36.52%
B = 31.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B2CEB4 (or 0xB2CEB4) is known color: Surf. HEX triplet: B2, CE and B4. RGB value is (178,206,180). Sum of RGB (Red+Green+Blue) = 178+206+180=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB4 is #4D314B. Grayscale: #C2C2C2. Windows color (decimal): -5058892 or 11849394. OLE color: 11849394.

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

Color convert

RGB 178 206 180 -
CMYK 0.14 0 0.13 0.19
HSL 124.29º 0.22% 0.75% -
HSV(B) 124.29º 0.14% 0.81% -
XYZ 48.67 56.9 51.6 -
YUV 194.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 178 206 180 0.14 0 0.13 0.19 124.29 0.22 0.75
Hex B2 CE B4 E 0 D 13 7C 16 4B
Octal 262 316 264 16 0 15 23 174 26 113
Binary 10110010 11001110 10110100 1110 0 1101 10011 1111100 10110 1001011

Color Harmonies of #B2CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEB4

Black with #B2CEB4

Text Example


Text Example

White with #B2CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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