Html Css Color HEX #B5DCB7 Surf

📋 copy color: '#B5DCB7'

red 181 ◦ green 220 ◦ blue 183

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

Shades of Surf #B5DCB7

Tints of Surf #B5DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 30.99%
G = 37.67%
B = 31.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#B5DCB7 (or 0xB5DCB7) is known color: Surf. HEX triplet: B5, DC and B7. RGB value is (181,220,183). Sum of RGB (Red+Green+Blue) = 181+220+183=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCB7 is #4A2348. Grayscale: #CCCCCC. Windows color (decimal): -4858697 or 12049589. OLE color: 12049589.

HSL color Cylindrical-coordinate representation of color #B5DCB7: hue angle of 123.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCB7 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 183 -
CMYK 0.18 0 0.17 0.14
HSL 123.08º 0.36% 0.79% -
HSV(B) 123.08º 0.18% 0.86% -
XYZ 53.2 64.43 54.43 -
YUV 204.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 181 220 183 0.18 0 0.17 0.14 123.08 0.36 0.79
Hex B5 DC B7 12 0 11 E 7B 24 4F
Octal 265 334 267 22 0 21 16 173 44 117
Binary 10110101 11011100 10110111 10010 0 10001 1110 1111011 100100 1001111

Color Harmonies of #B5DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCB7

Black with #B5DCB7

Text Example


Text Example

White with #B5DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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