Html Css Color HEX #BADAB7 Surf Crest

📋 copy color: '#BADAB7'

red 186 ◦ green 218 ◦ blue 183

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

Shades of Surf Crest #BADAB7

Tints of Surf Crest #BADAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 31.69%
G = 37.14%
B = 31.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BADAB7 (or 0xBADAB7) is known color: Surf Crest. HEX triplet: BA, DA and B7. RGB value is (186,218,183). Sum of RGB (Red+Green+Blue) = 186+218+183=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB7 is #452548. Grayscale: #CCCCCC. Windows color (decimal): -4531529 or 12049082. OLE color: 12049082.

HSL color Cylindrical-coordinate representation of color #BADAB7: hue angle of 114.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADAB7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 183 -
CMYK 0.15 0 0.16 0.15
HSL 114.86º 0.32% 0.79% -
HSV(B) 114.86º 0.16% 0.85% -
XYZ 53.87 64 54.31 -
YUV 204.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 186 218 183 0.15 0 0.16 0.15 114.86 0.32 0.79
Hex BA DA B7 F 0 10 F 73 20 4F
Octal 272 332 267 17 0 20 17 163 40 117
Binary 10111010 11011010 10110111 1111 0 10000 1111 1110011 100000 1001111

Color Harmonies of #BADAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAB7

Black with #BADAB7

Text Example


Text Example

White with #BADAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAB7; }

 p { color: rgb(186,218,183); }

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

background-color css

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

 a { background-color: rgb(186,218,183); }

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

border-color css

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

 span { border-color: rgb(186,218,183); }

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