Html Css Color HEX #B8D3BB Surf

📋 copy color: '#B8D3BB'

red 184 ◦ green 211 ◦ blue 187

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

Shades of Surf #B8D3BB

Tints of Surf #B8D3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 31.62%
G = 36.25%
B = 32.13%

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

#B8D3BB (or 0xB8D3BB) is known color: Surf. HEX triplet: B8, D3 and BB. RGB value is (184,211,187). Sum of RGB (Red+Green+Blue) = 184+211+187=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3BB is #472C44. Grayscale: #C8C8C8. Windows color (decimal): -4664389 or 12309432. OLE color: 12309432.

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

Color convert

RGB 184 211 187 -
CMYK 0.13 0 0.11 0.17
HSL 126.67º 0.23% 0.77% -
HSV(B) 126.67º 0.13% 0.83% -
XYZ 52.03 60.37 55.92 -
YUV 200.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 184 211 187 0.13 0 0.11 0.17 126.67 0.23 0.77
Hex B8 D3 BB D 0 B 11 7F 17 4D
Octal 270 323 273 15 0 13 21 177 27 115
Binary 10111000 11010011 10111011 1101 0 1011 10001 1111111 10111 1001101

Color Harmonies of #B8D3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D3BB

Black with #B8D3BB

Text Example


Text Example

White with #B8D3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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