Html Css Color HEX #BBD5BB Surf

📋 copy color: '#BBD5BB'

red 187 ◦ green 213 ◦ blue 187

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

Shades of Surf #BBD5BB

Tints of Surf #BBD5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 31.86%
G = 36.29%
B = 31.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#BBD5BB (or 0xBBD5BB) is known color: Surf. HEX triplet: BB, D5 and BB. RGB value is (187,213,187). Sum of RGB (Red+Green+Blue) = 187+213+187=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5BB is #442A44. Grayscale: #CACACA. Windows color (decimal): -4467269 or 12309947. OLE color: 12309947.

HSL color Cylindrical-coordinate representation of color #BBD5BB: hue angle of 120º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5BB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 187 -
CMYK 0.12 0 0.12 0.16
HSL 120º 0.24% 0.78% -
HSV(B) 120º 0.12% 0.84% -
XYZ 53.26 61.74 56.12 -
YUV 202.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 187 213 187 0.12 0 0.12 0.16 120 0.24 0.78
Hex BB D5 BB C 0 C 10 78 18 4E
Octal 273 325 273 14 0 14 20 170 30 116
Binary 10111011 11010101 10111011 1100 0 1100 10000 1111000 11000 1001110

Color Harmonies of #BBD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5BB

Black with #BBD5BB

Text Example


Text Example

White with #BBD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5BB; }

 p { color: rgb(187,213,187); }

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

background-color css

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

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

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

border-color css

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

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

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