Html Css Color HEX #B9CFB4 Surf Crest

📋 copy color: '#B9CFB4'

red 185 ◦ green 207 ◦ blue 180

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

Shades of Surf Crest #B9CFB4

Tints of Surf Crest #B9CFB4

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 185 207 180 -
CMYK 0.11 0 0.13 0.19
HSL 108.89º 0.22% 0.76% -
HSV(B) 108.89º 0.13% 0.81% -
XYZ 50.56 58.24 51.76 -
YUV 197.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 185 207 180 0.11 0 0.13 0.19 108.89 0.22 0.76
Hex B9 CF B4 B 0 D 13 6D 16 4C
Octal 271 317 264 13 0 15 23 155 26 114
Binary 10111001 11001111 10110100 1011 0 1101 10011 1101101 10110 1001100

Color Harmonies of #B9CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFB4

Black with #B9CFB4

Text Example


Text Example

White with #B9CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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