Html Css Color HEX #BBD6BA Surf

📋 copy color: '#BBD6BA'

red 187 ◦ green 214 ◦ blue 186

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

Shades of Surf #BBD6BA

Tints of Surf #BBD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

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

R = 31.86%
G = 36.46%
B = 31.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BBD6BA (or 0xBBD6BA) is known color: Surf. HEX triplet: BB, D6 and BA. RGB value is (187,214,186). Sum of RGB (Red+Green+Blue) = 187+214+186=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6BA is #442945. Grayscale: #CACACA. Windows color (decimal): -4467014 or 12244667. OLE color: 12244667.

HSL color Cylindrical-coordinate representation of color #BBD6BA: hue angle of 117.86º degrees, saturation: 0.25, 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 #BBD6BA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 186 -
CMYK 0.13 0 0.13 0.16
HSL 117.86º 0.25% 0.78% -
HSV(B) 117.86º 0.13% 0.84% -
XYZ 53.4 62.2 55.65 -
YUV 202.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 187 214 186 0.13 0 0.13 0.16 117.86 0.25 0.78
Hex BB D6 BA D 0 D 10 76 19 4E
Octal 273 326 272 15 0 15 20 166 31 116
Binary 10111011 11010110 10111010 1101 0 1101 10000 1110110 11001 1001110

Color Harmonies of #BBD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6BA

Black with #BBD6BA

Text Example


Text Example

White with #BBD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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