Html Css Color HEX #BBCFB6 Surf Crest

📋 copy color: '#BBCFB6'

red 187 ◦ green 207 ◦ blue 182

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

Shades of Surf Crest #BBCFB6

Tints of Surf Crest #BBCFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 32.47%
G = 35.94%
B = 31.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#BBCFB6 (or 0xBBCFB6) is known color: Surf Crest. HEX triplet: BB, CF and B6. RGB value is (187,207,182). Sum of RGB (Red+Green+Blue) = 187+207+182=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFB6 is #443049. Grayscale: #C6C6C6. Windows color (decimal): -4468810 or 11980731. OLE color: 11980731.

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

Color convert

RGB 187 207 182 -
CMYK 0.10 0 0.12 0.19
HSL 108º 0.21% 0.76% -
HSV(B) 108º 0.12% 0.81% -
XYZ 51.25 58.57 52.86 -
YUV 198.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 187 207 182 0.10 0 0.12 0.19 108 0.21 0.76
Hex BB CF B6 A 0 C 13 6C 15 4C
Octal 273 317 266 12 0 14 23 154 25 114
Binary 10111011 11001111 10110110 1010 0 1100 10011 1101100 10101 1001100

Color Harmonies of #BBCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFB6

Black with #BBCFB6

Text Example


Text Example

White with #BBCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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