Html Css Color HEX #B4CCB7 Surf

📋 copy color: '#B4CCB7'

red 180 ◦ green 204 ◦ blue 183

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

Shades of Surf #B4CCB7

Tints of Surf #B4CCB7

RGB

 RED value IS 180 (70.7% from 255) = 31.75%

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

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

R = 31.75%
G = 35.98%
B = 32.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#B4CCB7 (or 0xB4CCB7) is known color: Surf. HEX triplet: B4, CC and B7. RGB value is (180,204,183). Sum of RGB (Red+Green+Blue) = 180+204+183=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCB7 is #4B3348. Grayscale: #C2C2C2. Windows color (decimal): -4928329 or 12045492. OLE color: 12045492.

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

Color convert

RGB 180 204 183 -
CMYK 0.12 0 0.10 0.2
HSL 127.5º 0.19% 0.75% -
HSV(B) 127.5º 0.12% 0.8% -
XYZ 48.96 56.31 53.09 -
YUV 194.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 180 204 183 0.12 0 0.10 0.2 127.5 0.19 0.75
Hex B4 CC B7 C 0 A 14 80 13 4B
Octal 264 314 267 14 0 12 24 200 23 113
Binary 10110100 11001100 10110111 1100 0 1010 10100 10000000 10011 1001011

Color Harmonies of #B4CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCB7

Black with #B4CCB7

Text Example


Text Example

White with #B4CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCB7; }

 p { color: rgb(180,204,183); }

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

background-color css

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

 a { background-color: rgb(180,204,183); }

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

border-color css

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

 span { border-color: rgb(180,204,183); }

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