Html Css Color HEX #B5CCB6 Surf

📋 copy color: '#B5CCB6'

red 181 ◦ green 204 ◦ blue 182

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

Shades of Surf #B5CCB6

Tints of Surf #B5CCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 31.92%
G = 35.98%
B = 32.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#B5CCB6 (or 0xB5CCB6) is known color: Surf. HEX triplet: B5, CC and B6. RGB value is (181,204,182). Sum of RGB (Red+Green+Blue) = 181+204+182=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCB6 is #4A3349. Grayscale: #C2C2C2. Windows color (decimal): -4862794 or 11979957. OLE color: 11979957.

HSL color Cylindrical-coordinate representation of color #B5CCB6: hue angle of 122.61º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CCB6 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 182 -
CMYK 0.11 0 0.11 0.2
HSL 122.61º 0.18% 0.75% -
HSV(B) 122.61º 0.11% 0.8% -
XYZ 49.09 56.39 52.55 -
YUV 194.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 181 204 182 0.11 0 0.11 0.2 122.61 0.18 0.75
Hex B5 CC B6 B 0 B 14 7B 12 4B
Octal 265 314 266 13 0 13 24 173 22 113
Binary 10110101 11001100 10110110 1011 0 1011 10100 1111011 10010 1001011

Color Harmonies of #B5CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCB6

Black with #B5CCB6

Text Example


Text Example

White with #B5CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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