Html Css Color HEX #BBDCBB Surf

📋 copy color: '#BBDCBB'

red 187 ◦ green 220 ◦ blue 187

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

Shades of Surf #BBDCBB

Tints of Surf #BBDCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 31.48%
G = 37.04%
B = 31.48%

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

#BBDCBB (or 0xBBDCBB) is known color: Surf. HEX triplet: BB, DC and BB. RGB value is (187,220,187). Sum of RGB (Red+Green+Blue) = 187+220+187=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBB is #442344. Grayscale: #CECECE. Windows color (decimal): -4465477 or 12311739. OLE color: 12311739.

HSL color Cylindrical-coordinate representation of color #BBDCBB: hue angle of 120º degrees, saturation: 0.32, 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 #BBDCBB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 187 -
CMYK 0.15 0 0.15 0.14
HSL 120º 0.32% 0.8% -
HSV(B) 120º 0.15% 0.86% -
XYZ 55.06 65.34 56.72 -
YUV 206.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 187 220 187 0.15 0 0.15 0.14 120 0.32 0.8
Hex BB DC BB F 0 F E 78 20 50
Octal 273 334 273 17 0 17 16 170 40 120
Binary 10111011 11011100 10111011 1111 0 1111 1110 1111000 100000 1010000

Color Harmonies of #BBDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCBB

Black with #BBDCBB

Text Example


Text Example

White with #BBDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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