Html Css Color HEX #BAD0B2 Surf Crest

📋 copy color: '#BAD0B2'

red 186 ◦ green 208 ◦ blue 178

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

Shades of Surf Crest #BAD0B2

Tints of Surf Crest #BAD0B2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.36%

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

R = 32.52%
G = 36.36%
B = 31.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#BAD0B2 (or 0xBAD0B2) is known color: Surf Crest. HEX triplet: BA, D0 and B2. RGB value is (186,208,178). Sum of RGB (Red+Green+Blue) = 186+208+178=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD0B2 is #452F4D. Grayscale: #C6C6C6. Windows color (decimal): -4534094 or 11718842. OLE color: 11718842.

HSL color Cylindrical-coordinate representation of color #BAD0B2: hue angle of 104º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD0B2 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 178 -
CMYK 0.11 0 0.14 0.18
HSL 104º 0.24% 0.76% -
HSV(B) 104º 0.14% 0.82% -
XYZ 50.84 58.77 50.78 -
YUV 198 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 186 208 178 0.11 0 0.14 0.18 104 0.24 0.76
Hex BA D0 B2 B 0 E 12 68 18 4C
Octal 272 320 262 13 0 16 22 150 30 114
Binary 10111010 11010000 10110010 1011 0 1110 10010 1101000 11000 1001100

Color Harmonies of #BAD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0B2

Black with #BAD0B2

Text Example


Text Example

White with #BAD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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