Html Css Color HEX #BBDBBF Surf

📋 copy color: '#BBDBBF'

red 187 ◦ green 219 ◦ blue 191

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

Shades of Surf #BBDBBF

Tints of Surf #BBDBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.99%

R = 31.32%
G = 36.68%
B = 31.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#BBDBBF (or 0xBBDBBF) is known color: Surf. HEX triplet: BB, DB and BF. RGB value is (187,219,191). Sum of RGB (Red+Green+Blue) = 187+219+191=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBF is #442440. Grayscale: #CECECE. Windows color (decimal): -4465729 or 12573627. OLE color: 12573627.

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

Color convert

RGB 187 219 191 -
CMYK 0.15 0 0.13 0.14
HSL 127.5º 0.31% 0.8% -
HSV(B) 127.5º 0.15% 0.86% -
XYZ 55.23 64.99 58.92 -
YUV 206.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 187 219 191 0.15 0 0.13 0.14 127.5 0.31 0.8
Hex BB DB BF F 0 D E 80 1F 50
Octal 273 333 277 17 0 15 16 200 37 120
Binary 10111011 11011011 10111111 1111 0 1101 1110 10000000 11111 1010000

Color Harmonies of #BBDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBBF

Black with #BBDBBF

Text Example


Text Example

White with #BBDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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