Html Css Color HEX #BAD3B2 Surf Crest

📋 copy color: '#BAD3B2'

red 186 ◦ green 211 ◦ blue 178

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

Shades of Surf Crest #BAD3B2

Tints of Surf Crest #BAD3B2

RGB

 RED value IS 186 (73.05% from 255) = 32.35%

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

 BLUE value IS 178 (69.92% from 255) = 30.96%

R = 32.35%
G = 36.7%
B = 30.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#BAD3B2 (or 0xBAD3B2) is known color: Surf Crest. HEX triplet: BA, D3 and B2. RGB value is (186,211,178). Sum of RGB (Red+Green+Blue) = 186+211+178=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD3B2 is #452C4D. Grayscale: #C7C7C7. Windows color (decimal): -4533326 or 11719610. OLE color: 11719610.

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

Color convert

RGB 186 211 178 -
CMYK 0.12 0 0.16 0.17
HSL 105.45º 0.27% 0.76% -
HSV(B) 105.45º 0.16% 0.83% -
XYZ 51.58 60.24 51.03 -
YUV 199.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 186 211 178 0.12 0 0.16 0.17 105.45 0.27 0.76
Hex BA D3 B2 C 0 10 11 69 1B 4C
Octal 272 323 262 14 0 20 21 151 33 114
Binary 10111010 11010011 10110010 1100 0 10000 10001 1101001 11011 1001100

Color Harmonies of #BAD3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD3B2

Black with #BAD3B2

Text Example


Text Example

White with #BAD3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD3B2; }

 p { color: rgb(186,211,178); }

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

background-color css

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

 a { background-color: rgb(186,211,178); }

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

border-color css

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

 span { border-color: rgb(186,211,178); }

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