Html Css Color HEX #BBD5BA Surf

📋 copy color: '#BBD5BA'

red 187 ◦ green 213 ◦ blue 186

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

Shades of Surf #BBD5BA

Tints of Surf #BBD5BA

RGB

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

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

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

R = 31.91%
G = 36.35%
B = 31.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BBD5BA (or 0xBBD5BA) is known color: Surf. HEX triplet: BB, D5 and BA. RGB value is (187,213,186). Sum of RGB (Red+Green+Blue) = 187+213+186=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5BA is #442A45. Grayscale: #CACACA. Windows color (decimal): -4467270 or 12244411. OLE color: 12244411.

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

Color convert

RGB 187 213 186 -
CMYK 0.12 0 0.13 0.16
HSL 117.78º 0.24% 0.78% -
HSV(B) 117.78º 0.13% 0.84% -
XYZ 53.15 61.7 55.56 -
YUV 202.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 187 213 186 0.12 0 0.13 0.16 117.78 0.24 0.78
Hex BB D5 BA C 0 D 10 76 18 4E
Octal 273 325 272 14 0 15 20 166 30 116
Binary 10111011 11010101 10111010 1100 0 1101 10000 1110110 11000 1001110

Color Harmonies of #BBD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5BA

Black with #BBD5BA

Text Example


Text Example

White with #BBD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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