Html Css Color HEX #BBCFB2 Surf Crest

📋 copy color: '#BBCFB2'

red 187 ◦ green 207 ◦ blue 178

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

Shades of Surf Crest #BBCFB2

Tints of Surf Crest #BBCFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 32.69%
G = 36.19%
B = 31.12%

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

#BBCFB2 (or 0xBBCFB2) is known color: Surf Crest. HEX triplet: BB, CF and B2. RGB value is (187,207,178). Sum of RGB (Red+Green+Blue) = 187+207+178=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFB2 is #44304D. Grayscale: #C5C5C5. Windows color (decimal): -4468814 or 11718587. OLE color: 11718587.

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

Color convert

RGB 187 207 178 -
CMYK 0.10 0 0.14 0.19
HSL 101.38º 0.23% 0.75% -
HSV(B) 101.38º 0.14% 0.81% -
XYZ 50.84 58.4 50.71 -
YUV 197.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 187 207 178 0.10 0 0.14 0.19 101.38 0.23 0.75
Hex BB CF B2 A 0 E 13 65 17 4B
Octal 273 317 262 12 0 16 23 145 27 113
Binary 10111011 11001111 10110010 1010 0 1110 10011 1100101 10111 1001011

Color Harmonies of #BBCFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFB2

Black with #BBCFB2

Text Example


Text Example

White with #BBCFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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