Html Css Color HEX #B8D4BD Surf

📋 copy color: '#B8D4BD'

red 184 ◦ green 212 ◦ blue 189

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

Shades of Surf #B8D4BD

Tints of Surf #B8D4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

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

R = 31.45%
G = 36.24%
B = 32.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#B8D4BD (or 0xB8D4BD) is known color: Surf. HEX triplet: B8, D4 and BD. RGB value is (184,212,189). Sum of RGB (Red+Green+Blue) = 184+212+189=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D4BD is #472B42. Grayscale: #C9C9C9. Windows color (decimal): -4664131 or 12440760. OLE color: 12440760.

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

Color convert

RGB 184 212 189 -
CMYK 0.13 0 0.11 0.17
HSL 130.71º 0.25% 0.78% -
HSV(B) 130.71º 0.13% 0.83% -
XYZ 52.5 60.95 57.14 -
YUV 201.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 184 212 189 0.13 0 0.11 0.17 130.71 0.25 0.78
Hex B8 D4 BD D 0 B 11 83 19 4E
Octal 270 324 275 15 0 13 21 203 31 116
Binary 10111000 11010100 10111101 1101 0 1011 10001 10000011 11001 1001110

Color Harmonies of #B8D4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D4BD

Black with #B8D4BD

Text Example


Text Example

White with #B8D4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D4BD; }

 p { color: rgb(184,212,189); }

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

background-color css

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

 a { background-color: rgb(184,212,189); }

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

border-color css

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

 span { border-color: rgb(184,212,189); }

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