Html Css Color HEX #BBCFB0 Surf Crest

📋 copy color: '#BBCFB0'

red 187 ◦ green 207 ◦ blue 176

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

Shades of Surf Crest #BBCFB0

Tints of Surf Crest #BBCFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 32.81%
G = 36.32%
B = 30.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#BBCFB0 (or 0xBBCFB0) is known color: Surf Crest. HEX triplet: BB, CF and B0. RGB value is (187,207,176). Sum of RGB (Red+Green+Blue) = 187+207+176=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFB0 is #44304F. Grayscale: #C5C5C5. Windows color (decimal): -4468816 or 11587515. OLE color: 11587515.

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

Color convert

RGB 187 207 176 -
CMYK 0.10 0 0.15 0.19
HSL 98.71º 0.24% 0.75% -
HSV(B) 98.71º 0.15% 0.81% -
XYZ 50.64 58.33 49.66 -
YUV 197.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 187 207 176 0.10 0 0.15 0.19 98.71 0.24 0.75
Hex BB CF B0 A 0 F 13 63 18 4B
Octal 273 317 260 12 0 17 23 143 30 113
Binary 10111011 11001111 10110000 1010 0 1111 10011 1100011 11000 1001011

Color Harmonies of #BBCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFB0

Black with #BBCFB0

Text Example


Text Example

White with #BBCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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