Html Css Color HEX #BBD8BD Surf

📋 copy color: '#BBD8BD'

red 187 ◦ green 216 ◦ blue 189

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

Shades of Surf #BBD8BD

Tints of Surf #BBD8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 189 (74.22% from 255) = 31.93%

R = 31.59%
G = 36.49%
B = 31.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BBD8BD (or 0xBBD8BD) is known color: Surf. HEX triplet: BB, D8 and BD. RGB value is (187,216,189). Sum of RGB (Red+Green+Blue) = 187+216+189=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8BD is #442742. Grayscale: #CCCCCC. Windows color (decimal): -4466499 or 12441787. OLE color: 12441787.

HSL color Cylindrical-coordinate representation of color #BBD8BD: hue angle of 124.14º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8BD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 189 -
CMYK 0.13 0 0.12 0.15
HSL 124.14º 0.27% 0.79% -
HSV(B) 124.14º 0.13% 0.85% -
XYZ 54.23 63.35 57.51 -
YUV 204.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 187 216 189 0.13 0 0.12 0.15 124.14 0.27 0.79
Hex BB D8 BD D 0 C F 7C 1B 4F
Octal 273 330 275 15 0 14 17 174 33 117
Binary 10111011 11011000 10111101 1101 0 1100 1111 1111100 11011 1001111

Color Harmonies of #BBD8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8BD

Black with #BBD8BD

Text Example


Text Example

White with #BBD8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8BD; }

 p { color: rgb(187,216,189); }

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

background-color css

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

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

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

border-color css

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

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

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