Html Css Color HEX #BBDBBB Surf

📋 copy color: '#BBDBBB'

red 187 ◦ green 219 ◦ blue 187

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

Shades of Surf #BBDBBB

Tints of Surf #BBDBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

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

R = 31.53%
G = 36.93%
B = 31.53%

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

#BBDBBB (or 0xBBDBBB) is known color: Surf. HEX triplet: BB, DB and BB. RGB value is (187,219,187). Sum of RGB (Red+Green+Blue) = 187+219+187=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBB is #442444. Grayscale: #CDCDCD. Windows color (decimal): -4465733 or 12311483. OLE color: 12311483.

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

Color convert

RGB 187 219 187 -
CMYK 0.15 0 0.15 0.14
HSL 120º 0.31% 0.8% -
HSV(B) 120º 0.15% 0.86% -
XYZ 54.79 64.82 56.64 -
YUV 205.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 187 219 187 0.15 0 0.15 0.14 120 0.31 0.8
Hex BB DB BB F 0 F E 78 1F 50
Octal 273 333 273 17 0 17 16 170 37 120
Binary 10111011 11011011 10111011 1111 0 1111 1110 1111000 11111 1010000

Color Harmonies of #BBDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBBB

Black with #BBDBBB

Text Example


Text Example

White with #BBDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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