Html Css Color HEX #BBDBBC Surf

📋 copy color: '#BBDBBC'

red 187 ◦ green 219 ◦ blue 188

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

Shades of Surf #BBDBBC

Tints of Surf #BBDBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 31.48%
G = 36.87%
B = 31.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#BBDBBC (or 0xBBDBBC) is known color: Surf. HEX triplet: BB, DB and BC. RGB value is (187,219,188). Sum of RGB (Red+Green+Blue) = 187+219+188=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBC is #442443. Grayscale: #CDCDCD. Windows color (decimal): -4465732 or 12377019. OLE color: 12377019.

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

Color convert

RGB 187 219 188 -
CMYK 0.15 0 0.14 0.14
HSL 121.88º 0.31% 0.8% -
HSV(B) 121.88º 0.15% 0.86% -
XYZ 54.9 64.86 57.2 -
YUV 205.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 187 219 188 0.15 0 0.14 0.14 121.88 0.31 0.8
Hex BB DB BC F 0 E E 7A 1F 50
Octal 273 333 274 17 0 16 16 172 37 120
Binary 10111011 11011011 10111100 1111 0 1110 1110 1111010 11111 1010000

Color Harmonies of #BBDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBBC

Black with #BBDBBC

Text Example


Text Example

White with #BBDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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