Html Css Color HEX #B4CFB9 Surf

📋 copy color: '#B4CFB9'

red 180 ◦ green 207 ◦ blue 185

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

Shades of Surf #B4CFB9

Tints of Surf #B4CFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 31.47%
G = 36.19%
B = 32.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#B4CFB9 (or 0xB4CFB9) is known color: Surf. HEX triplet: B4, CF and B9. RGB value is (180,207,185). Sum of RGB (Red+Green+Blue) = 180+207+185=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFB9 is #4B3046. Grayscale: #C4C4C4. Windows color (decimal): -4927559 or 12177332. OLE color: 12177332.

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

Color convert

RGB 180 207 185 -
CMYK 0.13 0 0.11 0.19
HSL 131.11º 0.22% 0.76% -
HSV(B) 131.11º 0.13% 0.81% -
XYZ 49.89 57.83 54.43 -
YUV 196.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 180 207 185 0.13 0 0.11 0.19 131.11 0.22 0.76
Hex B4 CF B9 D 0 B 13 83 16 4C
Octal 264 317 271 15 0 13 23 203 26 114
Binary 10110100 11001111 10111001 1101 0 1011 10011 10000011 10110 1001100

Color Harmonies of #B4CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CFB9

Black with #B4CFB9

Text Example


Text Example

White with #B4CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CFB9; }

 p { color: rgb(180,207,185); }

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

background-color css

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

 a { background-color: rgb(180,207,185); }

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

border-color css

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

 span { border-color: rgb(180,207,185); }

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