Html Css Color HEX #B4CEB7 Surf

📋 copy color: '#B4CEB7'

red 180 ◦ green 206 ◦ blue 183

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

Shades of Surf #B4CEB7

Tints of Surf #B4CEB7

RGB

 RED value IS 180 (70.7% from 255) = 31.63%

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

 BLUE value IS 183 (71.88% from 255) = 32.16%

R = 31.63%
G = 36.2%
B = 32.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#B4CEB7 (or 0xB4CEB7) is known color: Surf. HEX triplet: B4, CE and B7. RGB value is (180,206,183). Sum of RGB (Red+Green+Blue) = 180+206+183=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEB7 is #4B3148. Grayscale: #C3C3C3. Windows color (decimal): -4927817 or 12046004. OLE color: 12046004.

HSL color Cylindrical-coordinate representation of color #B4CEB7: hue angle of 126.92º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEB7 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 183 -
CMYK 0.13 0 0.11 0.19
HSL 126.92º 0.21% 0.76% -
HSV(B) 126.92º 0.13% 0.81% -
XYZ 49.44 57.26 53.25 -
YUV 195.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 180 206 183 0.13 0 0.11 0.19 126.92 0.21 0.76
Hex B4 CE B7 D 0 B 13 7F 15 4C
Octal 264 316 267 15 0 13 23 177 25 114
Binary 10110100 11001110 10110111 1101 0 1011 10011 1111111 10101 1001100

Color Harmonies of #B4CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEB7

Black with #B4CEB7

Text Example


Text Example

White with #B4CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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