Html Css Color HEX #B5CFB6 Surf

📋 copy color: '#B5CFB6'

red 181 ◦ green 207 ◦ blue 182

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

Shades of Surf #B5CFB6

Tints of Surf #B5CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 31.75%
G = 36.32%
B = 31.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B5CFB6 (or 0xB5CFB6) is known color: Surf. HEX triplet: B5, CF and B6. RGB value is (181,207,182). Sum of RGB (Red+Green+Blue) = 181+207+182=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFB6 is #4A3049. Grayscale: #C4C4C4. Windows color (decimal): -4862026 or 11980725. OLE color: 11980725.

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

Color convert

RGB 181 207 182 -
CMYK 0.13 0 0.12 0.19
HSL 122.31º 0.21% 0.76% -
HSV(B) 122.31º 0.13% 0.81% -
XYZ 49.81 57.83 52.79 -
YUV 196.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 181 207 182 0.13 0 0.12 0.19 122.31 0.21 0.76
Hex B5 CF B6 D 0 C 13 7A 15 4C
Octal 265 317 266 15 0 14 23 172 25 114
Binary 10110101 11001111 10110110 1101 0 1100 10011 1111010 10101 1001100

Color Harmonies of #B5CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFB6

Black with #B5CFB6

Text Example


Text Example

White with #B5CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFB6; }

 p { color: rgb(181,207,182); }

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

background-color css

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

 a { background-color: rgb(181,207,182); }

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

border-color css

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

 span { border-color: rgb(181,207,182); }

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