Html Css Color HEX #BBDCBA Surf

📋 copy color: '#BBDCBA'

red 187 ◦ green 220 ◦ blue 186

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

Shades of Surf #BBDCBA

Tints of Surf #BBDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 31.53%
G = 37.1%
B = 31.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BBDCBA (or 0xBBDCBA) is known color: Surf. HEX triplet: BB, DC and BA. RGB value is (187,220,186). Sum of RGB (Red+Green+Blue) = 187+220+186=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBA is #442345. Grayscale: #CECECE. Windows color (decimal): -4465478 or 12246203. OLE color: 12246203.

HSL color Cylindrical-coordinate representation of color #BBDCBA: hue angle of 118.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCBA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 186 -
CMYK 0.15 0 0.15 0.14
HSL 118.24º 0.33% 0.8% -
HSV(B) 118.24º 0.15% 0.86% -
XYZ 54.95 65.3 56.16 -
YUV 206.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 187 220 186 0.15 0 0.15 0.14 118.24 0.33 0.8
Hex BB DC BA F 0 F E 76 21 50
Octal 273 334 272 17 0 17 16 166 41 120
Binary 10111011 11011100 10111010 1111 0 1111 1110 1110110 100001 1010000

Color Harmonies of #BBDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCBA

Black with #BBDCBA

Text Example


Text Example

White with #BBDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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