Html Css Color HEX #BADCBA Surf

📋 copy color: '#BADCBA'

red 186 ◦ green 220 ◦ blue 186

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

Shades of Surf #BADCBA

Tints of Surf #BADCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 31.42%
G = 37.16%
B = 31.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BADCBA (or 0xBADCBA) is known color: Surf. HEX triplet: BA, DC and BA. RGB value is (186,220,186). Sum of RGB (Red+Green+Blue) = 186+220+186=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBA is #452345. Grayscale: #CECECE. Windows color (decimal): -4531014 or 12246202. OLE color: 12246202.

HSL color Cylindrical-coordinate representation of color #BADCBA: hue angle of 120º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCBA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 186 -
CMYK 0.15 0 0.15 0.14
HSL 120º 0.33% 0.8% -
HSV(B) 120º 0.15% 0.86% -
XYZ 54.71 65.17 56.15 -
YUV 205.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 186 220 186 0.15 0 0.15 0.14 120 0.33 0.8
Hex BA DC BA F 0 F E 78 21 50
Octal 272 334 272 17 0 17 16 170 41 120
Binary 10111010 11011100 10111010 1111 0 1111 1110 1111000 100001 1010000

Color Harmonies of #BADCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCBA

Black with #BADCBA

Text Example


Text Example

White with #BADCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCBA; }

 p { color: rgb(186,220,186); }

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

background-color css

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

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

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

border-color css

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

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

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