Html Css Color HEX #BBDFBA Surf

📋 copy color: '#BBDFBA'

red 187 ◦ green 223 ◦ blue 186

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

Shades of Surf #BBDFBA

Tints of Surf #BBDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

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

R = 31.38%
G = 37.42%
B = 31.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BBDFBA (or 0xBBDFBA) is known color: Surf. HEX triplet: BB, DF and BA. RGB value is (187,223,186). Sum of RGB (Red+Green+Blue) = 187+223+186=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFBA is #442045. Grayscale: #D0D0D0. Windows color (decimal): -4464710 or 12246971. OLE color: 12246971.

HSL color Cylindrical-coordinate representation of color #BBDFBA: hue angle of 118.38º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDFBA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 186 -
CMYK 0.16 0 0.17 0.13
HSL 118.38º 0.37% 0.8% -
HSV(B) 118.38º 0.17% 0.87% -
XYZ 55.74 66.89 56.43 -
YUV 208.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 187 223 186 0.16 0 0.17 0.13 118.38 0.37 0.8
Hex BB DF BA 10 0 11 D 76 25 50
Octal 273 337 272 20 0 21 15 166 45 120
Binary 10111011 11011111 10111010 10000 0 10001 1101 1110110 100101 1010000

Color Harmonies of #BBDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFBA

Black with #BBDFBA

Text Example


Text Example

White with #BBDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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