Html Css Color HEX #BBCFB1 Surf Crest

📋 copy color: '#BBCFB1'

red 187 ◦ green 207 ◦ blue 177

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

Shades of Surf Crest #BBCFB1

Tints of Surf Crest #BBCFB1

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

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

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

R = 32.75%
G = 36.25%
B = 31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BBCFB1 (or 0xBBCFB1) is known color: Surf Crest. HEX triplet: BB, CF and B1. RGB value is (187,207,177). Sum of RGB (Red+Green+Blue) = 187+207+177=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFB1 is #44304E. Grayscale: #C5C5C5. Windows color (decimal): -4468815 or 11653051. OLE color: 11653051.

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

Color convert

RGB 187 207 177 -
CMYK 0.10 0 0.14 0.19
HSL 100º 0.24% 0.75% -
HSV(B) 100º 0.14% 0.81% -
XYZ 50.74 58.36 50.19 -
YUV 197.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 187 207 177 0.10 0 0.14 0.19 100 0.24 0.75
Hex BB CF B1 A 0 E 13 64 18 4B
Octal 273 317 261 12 0 16 23 144 30 113
Binary 10111011 11001111 10110001 1010 0 1110 10011 1100100 11000 1001011

Color Harmonies of #BBCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFB1

Black with #BBCFB1

Text Example


Text Example

White with #BBCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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