Html Css Color HEX #B8D5B3 Surf Crest

📋 copy color: '#B8D5B3'

red 184 ◦ green 213 ◦ blue 179

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

Shades of Surf Crest #B8D5B3

Tints of Surf Crest #B8D5B3

RGB

 RED value IS 184 (72.27% from 255) = 31.94%

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

 BLUE value IS 179 (70.31% from 255) = 31.08%

R = 31.94%
G = 36.98%
B = 31.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#B8D5B3 (or 0xB8D5B3) is known color: Surf Crest. HEX triplet: B8, D5 and B3. RGB value is (184,213,179). Sum of RGB (Red+Green+Blue) = 184+213+179=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5B3 is #472A4C. Grayscale: #C8C8C8. Windows color (decimal): -4663885 or 11785656. OLE color: 11785656.

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

Color convert

RGB 184 213 179 -
CMYK 0.14 0 0.16 0.16
HSL 111.18º 0.29% 0.77% -
HSV(B) 111.18º 0.16% 0.84% -
XYZ 51.7 61.03 51.7 -
YUV 200.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 184 213 179 0.14 0 0.16 0.16 111.18 0.29 0.77
Hex B8 D5 B3 E 0 10 10 6F 1D 4D
Octal 270 325 263 16 0 20 20 157 35 115
Binary 10111000 11010101 10110011 1110 0 10000 10000 1101111 11101 1001101

Color Harmonies of #B8D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D5B3

Black with #B8D5B3

Text Example


Text Example

White with #B8D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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