Html Css Color HEX #BBCBB4 Surf Crest

📋 copy color: '#BBCBB4'

red 187 ◦ green 203 ◦ blue 180

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

Shades of Surf Crest #BBCBB4

Tints of Surf Crest #BBCBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 32.81%
G = 35.61%
B = 31.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#BBCBB4 (or 0xBBCBB4) is known color: Surf Crest. HEX triplet: BB, CB and B4. RGB value is (187,203,180). Sum of RGB (Red+Green+Blue) = 187+203+180=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB4 is #44344B. Grayscale: #C3C3C3. Windows color (decimal): -4469836 or 11848635. OLE color: 11848635.

HSL color Cylindrical-coordinate representation of color #BBCBB4: hue angle of 101.74º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCBB4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 180 -
CMYK 0.08 0 0.11 0.20
HSL 101.74º 0.18% 0.75% -
HSV(B) 101.74º 0.11% 0.8% -
XYZ 50.09 56.57 51.46 -
YUV 195.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 187 203 180 0.08 0 0.11 0.20 101.74 0.18 0.75
Hex BB CB B4 8 0 B 14 66 12 4B
Octal 273 313 264 10 0 13 24 146 22 113
Binary 10111011 11001011 10110100 1000 0 1011 10100 1100110 10010 1001011

Color Harmonies of #BBCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBB4

Black with #BBCBB4

Text Example


Text Example

White with #BBCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBB4; }

 p { color: rgb(187,203,180); }

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

background-color css

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

 a { background-color: rgb(187,203,180); }

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

border-color css

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

 span { border-color: rgb(187,203,180); }

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