Html Css Color HEX #BBD3BB Surf

📋 copy color: '#BBD3BB'

red 187 ◦ green 211 ◦ blue 187

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

Shades of Surf #BBD3BB

Tints of Surf #BBD3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

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

R = 31.97%
G = 36.07%
B = 31.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#BBD3BB (or 0xBBD3BB) is known color: Surf. HEX triplet: BB, D3 and BB. RGB value is (187,211,187). Sum of RGB (Red+Green+Blue) = 187+211+187=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BB is #442C44. Grayscale: #C9C9C9. Windows color (decimal): -4467781 or 12309435. OLE color: 12309435.

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

Color convert

RGB 187 211 187 -
CMYK 0.11 0 0.11 0.17
HSL 120º 0.21% 0.78% -
HSV(B) 120º 0.11% 0.83% -
XYZ 52.76 60.74 55.96 -
YUV 201.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 187 211 187 0.11 0 0.11 0.17 120 0.21 0.78
Hex BB D3 BB B 0 B 11 78 15 4E
Octal 273 323 273 13 0 13 21 170 25 116
Binary 10111011 11010011 10111011 1011 0 1011 10001 1111000 10101 1001110

Color Harmonies of #BBD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3BB

Black with #BBD3BB

Text Example


Text Example

White with #BBD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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