Html Css Color HEX #B0D4B4 Surf

📋 copy color: '#B0D4B4'

red 176 ◦ green 212 ◦ blue 180

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

Shades of Surf #B0D4B4

Tints of Surf #B0D4B4

RGB

 RED value IS 176 (69.14% from 255) = 30.99%

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

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

R = 30.99%
G = 37.32%
B = 31.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#B0D4B4 (or 0xB0D4B4) is known color: Surf. HEX triplet: B0, D4 and B4. RGB value is (176,212,180). Sum of RGB (Red+Green+Blue) = 176+212+180=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4B4 is #4F2B4B. Grayscale: #C5C5C5. Windows color (decimal): -5188428 or 11850928. OLE color: 11850928.

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

Color convert

RGB 176 212 180 -
CMYK 0.17 0 0.15 0.17
HSL 126.67º 0.3% 0.76% -
HSV(B) 126.67º 0.17% 0.83% -
XYZ 49.69 59.61 52.07 -
YUV 197.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 176 212 180 0.17 0 0.15 0.17 126.67 0.3 0.76
Hex B0 D4 B4 11 0 F 11 7F 1E 4C
Octal 260 324 264 21 0 17 21 177 36 114
Binary 10110000 11010100 10110100 10001 0 1111 10001 1111111 11110 1001100

Color Harmonies of #B0D4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D4B4

Black with #B0D4B4

Text Example


Text Example

White with #B0D4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D4B4; }

 p { color: rgb(176,212,180); }

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

background-color css

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

 a { background-color: rgb(176,212,180); }

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

border-color css

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

 span { border-color: rgb(176,212,180); }

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