Html Css Color HEX #B5CEB9 Surf

📋 copy color: '#B5CEB9'

red 181 ◦ green 206 ◦ blue 185

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

Shades of Surf #B5CEB9

Tints of Surf #B5CEB9

RGB

 RED value IS 181 (71.09% from 255) = 31.64%

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 31.64%
G = 36.01%
B = 32.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B5CEB9 (or 0xB5CEB9) is known color: Surf. HEX triplet: B5, CE and B9. RGB value is (181,206,185). Sum of RGB (Red+Green+Blue) = 181+206+185=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB9 is #4A3146. Grayscale: #C4C4C4. Windows color (decimal): -4862279 or 12177077. OLE color: 12177077.

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

Color convert

RGB 181 206 185 -
CMYK 0.12 0 0.10 0.19
HSL 129.6º 0.2% 0.76% -
HSV(B) 129.6º 0.12% 0.81% -
XYZ 49.88 57.47 54.36 -
YUV 196.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 181 206 185 0.12 0 0.10 0.19 129.6 0.2 0.76
Hex B5 CE B9 C 0 A 13 82 14 4C
Octal 265 316 271 14 0 12 23 202 24 114
Binary 10110101 11001110 10111001 1100 0 1010 10011 10000010 10100 1001100

Color Harmonies of #B5CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEB9

Black with #B5CEB9

Text Example


Text Example

White with #B5CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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