Html Css Color HEX #BBD3BA Surf

📋 copy color: '#BBD3BA'

red 187 ◦ green 211 ◦ blue 186

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

Shades of Surf #BBD3BA

Tints of Surf #BBD3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 32.02%
G = 36.13%
B = 31.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BBD3BA (or 0xBBD3BA) is known color: Surf. HEX triplet: BB, D3 and BA. RGB value is (187,211,186). Sum of RGB (Red+Green+Blue) = 187+211+186=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BA is #442C45. Grayscale: #C9C9C9. Windows color (decimal): -4467782 or 12243899. OLE color: 12243899.

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

Color convert

RGB 187 211 186 -
CMYK 0.11 0 0.12 0.17
HSL 117.6º 0.22% 0.78% -
HSV(B) 117.6º 0.12% 0.83% -
XYZ 52.65 60.7 55.4 -
YUV 200.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 187 211 186 0.11 0 0.12 0.17 117.6 0.22 0.78
Hex BB D3 BA B 0 C 11 76 16 4E
Octal 273 323 272 13 0 14 21 166 26 116
Binary 10111011 11010011 10111010 1011 0 1100 10001 1110110 10110 1001110

Color Harmonies of #BBD3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3BA

Black with #BBD3BA

Text Example


Text Example

White with #BBD3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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