Html Css Color HEX #B9CFB1 Surf Crest

📋 copy color: '#B9CFB1'

red 185 ◦ green 207 ◦ blue 177

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

Shades of Surf Crest #B9CFB1

Tints of Surf Crest #B9CFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 32.51%
G = 36.38%
B = 31.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#B9CFB1 (or 0xB9CFB1) is known color: Surf Crest. HEX triplet: B9, CF and B1. RGB value is (185,207,177). Sum of RGB (Red+Green+Blue) = 185+207+177=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFB1 is #46304E. Grayscale: #C5C5C5. Windows color (decimal): -4599887 or 11653049. OLE color: 11653049.

HSL color Cylindrical-coordinate representation of color #B9CFB1: hue angle of 104º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9CFB1 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 177 -
CMYK 0.11 0 0.14 0.19
HSL 104º 0.24% 0.75% -
HSV(B) 104º 0.14% 0.81% -
XYZ 50.26 58.11 50.16 -
YUV 197 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 185 207 177 0.11 0 0.14 0.19 104 0.24 0.75
Hex B9 CF B1 B 0 E 13 68 18 4B
Octal 271 317 261 13 0 16 23 150 30 113
Binary 10111001 11001111 10110001 1011 0 1110 10011 1101000 11000 1001011

Color Harmonies of #B9CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFB1

Black with #B9CFB1

Text Example


Text Example

White with #B9CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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