Html Css Color HEX #BBD5B0 Surf Crest

📋 copy color: '#BBD5B0'

red 187 ◦ green 213 ◦ blue 176

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

Shades of Surf Crest #BBD5B0

Tints of Surf Crest #BBD5B0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 32.47%
G = 36.98%
B = 30.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#BBD5B0 (or 0xBBD5B0) is known color: Surf Crest. HEX triplet: BB, D5 and B0. RGB value is (187,213,176). Sum of RGB (Red+Green+Blue) = 187+213+176=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5B0 is #442A4F. Grayscale: #C9C9C9. Windows color (decimal): -4467280 or 11589051. OLE color: 11589051.

HSL color Cylindrical-coordinate representation of color #BBD5B0: hue angle of 102.16º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD5B0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 176 -
CMYK 0.12 0 0.17 0.16
HSL 102.16º 0.31% 0.76% -
HSV(B) 102.16º 0.17% 0.84% -
XYZ 52.12 61.29 50.16 -
YUV 201.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 187 213 176 0.12 0 0.17 0.16 102.16 0.31 0.76
Hex BB D5 B0 C 0 11 10 66 1F 4C
Octal 273 325 260 14 0 21 20 146 37 114
Binary 10111011 11010101 10110000 1100 0 10001 10000 1100110 11111 1001100

Color Harmonies of #BBD5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5B0

Black with #BBD5B0

Text Example


Text Example

White with #BBD5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5B0; }

 p { color: rgb(187,213,176); }

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

background-color css

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

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

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

border-color css

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

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

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