Html Css Color HEX #B4D5BB Surf

📋 copy color: '#B4D5BB'

red 180 ◦ green 213 ◦ blue 187

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

Shades of Surf #B4D5BB

Tints of Surf #B4D5BB

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

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

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

R = 31.03%
G = 36.72%
B = 32.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#B4D5BB (or 0xB4D5BB) is known color: Surf. HEX triplet: B4, D5 and BB. RGB value is (180,213,187). Sum of RGB (Red+Green+Blue) = 180+213+187=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5BB is #4B2A44. Grayscale: #C8C8C8. Windows color (decimal): -4926021 or 12309940. OLE color: 12309940.

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

Color convert

RGB 180 213 187 -
CMYK 0.15 0 0.12 0.16
HSL 132.73º 0.28% 0.77% -
HSV(B) 132.73º 0.15% 0.84% -
XYZ 51.59 60.88 56.05 -
YUV 200.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 180 213 187 0.15 0 0.12 0.16 132.73 0.28 0.77
Hex B4 D5 BB F 0 C 10 85 1C 4D
Octal 264 325 273 17 0 14 20 205 34 115
Binary 10110100 11010101 10111011 1111 0 1100 10000 10000101 11100 1001101

Color Harmonies of #B4D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D5BB

Black with #B4D5BB

Text Example


Text Example

White with #B4D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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