Html Css Color HEX #BBD5B8 Surf Crest

📋 copy color: '#BBD5B8'

red 187 ◦ green 213 ◦ blue 184

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

Shades of Surf Crest #BBD5B8

Tints of Surf Crest #BBD5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.51%

R = 32.02%
G = 36.47%
B = 31.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#BBD5B8 (or 0xBBD5B8) is known color: Surf Crest. HEX triplet: BB, D5 and B8. RGB value is (187,213,184). Sum of RGB (Red+Green+Blue) = 187+213+184=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5B8 is #442A47. Grayscale: #CACACA. Windows color (decimal): -4467272 or 12113339. OLE color: 12113339.

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

Color convert

RGB 187 213 184 -
CMYK 0.12 0 0.14 0.16
HSL 113.79º 0.26% 0.78% -
HSV(B) 113.79º 0.14% 0.84% -
XYZ 52.94 61.61 54.45 -
YUV 201.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 187 213 184 0.12 0 0.14 0.16 113.79 0.26 0.78
Hex BB D5 B8 C 0 E 10 72 1A 4E
Octal 273 325 270 14 0 16 20 162 32 116
Binary 10111011 11010101 10111000 1100 0 1110 10000 1110010 11010 1001110

Color Harmonies of #BBD5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5B8

Black with #BBD5B8

Text Example


Text Example

White with #BBD5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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