Html Css Color HEX #BBD8B4 Surf Crest

📋 copy color: '#BBD8B4'

red 187 ◦ green 216 ◦ blue 180

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

Shades of Surf Crest #BBD8B4

Tints of Surf Crest #BBD8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 32.08%
G = 37.05%
B = 30.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#BBD8B4 (or 0xBBD8B4) is known color: Surf Crest. HEX triplet: BB, D8 and B4. RGB value is (187,216,180). Sum of RGB (Red+Green+Blue) = 187+216+180=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B4 is #44274B. Grayscale: #CBCBCB. Windows color (decimal): -4466508 or 11851963. OLE color: 11851963.

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

Color convert

RGB 187 216 180 -
CMYK 0.13 0 0.17 0.15
HSL 108.33º 0.32% 0.78% -
HSV(B) 108.33º 0.17% 0.85% -
XYZ 53.29 62.97 52.53 -
YUV 203.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 187 216 180 0.13 0 0.17 0.15 108.33 0.32 0.78
Hex BB D8 B4 D 0 11 F 6C 20 4E
Octal 273 330 264 15 0 21 17 154 40 116
Binary 10111011 11011000 10110100 1101 0 10001 1111 1101100 100000 1001110

Color Harmonies of #BBD8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8B4

Black with #BBD8B4

Text Example


Text Example

White with #BBD8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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