Html Css Color HEX #B5CAB7 Surf

📋 copy color: '#B5CAB7'

red 181 ◦ green 202 ◦ blue 183

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

Shades of Surf #B5CAB7

Tints of Surf #B5CAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.69%

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

R = 31.98%
G = 35.69%
B = 32.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#B5CAB7 (or 0xB5CAB7) is known color: Surf. HEX triplet: B5, CA and B7. RGB value is (181,202,183). Sum of RGB (Red+Green+Blue) = 181+202+183=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAB7 is #4A3548. Grayscale: #C1C1C1. Windows color (decimal): -4863305 or 12044981. OLE color: 12044981.

HSL color Cylindrical-coordinate representation of color #B5CAB7: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5CAB7 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 183 -
CMYK 0.10 0 0.09 0.21
HSL 125.71º 0.17% 0.75% -
HSV(B) 125.71º 0.1% 0.79% -
XYZ 48.72 55.48 52.94 -
YUV 193.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 181 202 183 0.10 0 0.09 0.21 125.71 0.17 0.75
Hex B5 CA B7 A 0 9 15 7E 11 4B
Octal 265 312 267 12 0 11 25 176 21 113
Binary 10110101 11001010 10110111 1010 0 1001 10101 1111110 10001 1001011

Color Harmonies of #B5CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAB7

Black with #B5CAB7

Text Example


Text Example

White with #B5CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAB7; }

 p { color: rgb(181,202,183); }

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

background-color css

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

 a { background-color: rgb(181,202,183); }

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

border-color css

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

 span { border-color: rgb(181,202,183); }

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